Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 846 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 846 Bytes

workshop

Gather the workshops content offered by the Reiner Lemoine Institut

Directories

Each folder contains a single workshop

Getting started

clone the repository locally with

git clone https://github.com/rl-institut/workshop.git

Make sure you are in a virtual environment

Move to the root of the repository with

cd workshop

if it is not yet done, install the requirements with

pip install -r requirements.txt

Then you can access the courses and exercises by opening jupyterlab. In the terminal simply type

jupyter lab

Select a different branch

After you cloned the repositor, you can checkout another branch

git checkout <name of the branch>