GitHub - yiran4github/cs2notebooks: CS2 - Data Structures & Applications using C++ & Jupyter Notebook

Skip to content

Navigation Menu

Sign in

Appearance settings

CS2 notebooks

CS2: Data Structures & Applications in C++ using Jupyter Notebook

Requirements

  • Jupyter Notebook
  • xeus-cling notebook kernel
  • git

Install required tools

    conda install notebook
    conda install -c conda-forge xeus-cling
    conda install -c conda-forge jupyter_contrib_nbextensions
    conda install -c conda-forge jupyter_nbextensions_configurator
    jupyter nbextensions_configurator enable --user

Run notebooks

  • open a terminal and cd into this cloned repo and run jupyter notebook
    cd <cs2notebooks repo folder>
    jupyter notebook

Languages

  • Jupyter Notebook 94.2%
  • C++ 5.8%