Metadata-Version: 2.1
Name: rwth_nb
Version: 0.1.2
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
Description: # RWTH Notebooks
        
        This project consists of Jupyter Notebook definitions used by RWTH Aachen University. Have a look at [index.ipynb](index.ipynb) for an overview.
        
        ## 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)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
