Metadata-Version: 2.1
Name: rwth-nb
Version: 0.1.8
Summary: RWTH Python Library for Jupyter Notebooks
Home-page: https://git.rwth-aachen.de/jupyter/rwth-nb
Author: Christian Rohlfing, Lars Thieling, Christoph Weyer, Jens Schneider, Steffen Vogel
Author-email: rohlfing@ient.rwth-aachen.de
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# RWTH Notebooks

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

Have a look at the [documentation](https://jupyter.pages.rwth-aachen.de/rwth-nb/).

## 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)


