Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • rohlfing/update-matplotlib-dependencies
  • jupyterlab-extension-upgrade
  • development
  • v0.1.9-a
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
15 results

rwth-nb

  • Clone with SSH
  • Clone with HTTPS
  • RWTH Notebooks

    This project consists of Jupyter Notebook definitions used by RWTH Aachen University.

    Have a look at the documentation.

    Installation

    • Create conda environment conda env create -f environment.yml
    • Activate environment conda activate rwthlab
    • Install Jupyterlab extensions with jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib jupyterlab-rwth
    • Install rwth_nb:
      • with pip install git+https://git.rwth-aachen.de/jupyter/rwth-nb.git or
      • with python ./setup.sh develop (for developers)