Setup

Running the notebooks locally

To run the notebooks locally, we recommend the following procedure:

$ git clone https://github.com/dataflowr/notebooks.git
$ python3 -m venv dldiy
$ source dldiy/bin/activate
(dldiy)$ pip install ipykernel
(dldiy)$ ipython kernel install --user --name=dldiy
(dldiy)$ cd notebooks
(dldiy)/notebooks$ pip install -r requirements.txt

tl;dr

$ git clone https://github.com/dataflowr/notebooks.git
$ python3 -m venv dldiy
$ source dldiy/bin/activate
(dldiy)$ pip install ipykernel
(dldiy)$ ipython kernel install --user --name=dldiy
(dldiy)$ cd notebooks
(dldiy)/notebooks$ pip install -r requirements.txt
(dldiy)/notebooks$ jupyter notebook