Skip to content

Commit 9904d83

Browse files
committed
update setup to include jupyterlab
1 parent 341b22f commit 9904d83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

learners/setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ pip install pytest snakeviz line_profiler[all] numpy pandas matplotlib
3737

3838
To complete some of the exercises you will need to use a text-editor or Python IDE, so make sure you have your favourite available.
3939

40+
We will be using also JupyterLab to demonstrate code during the course. To prepare, please install ipykernel and register your `py311_env` environment with JupyterLab by running the following commands:
41+
```sh
42+
pip install jupyterlab
43+
conda install ipykernel -y
44+
python -m ipykernel install --user --name py311_env --display-name py311_env
45+
```
4046
:::::::::::::: instructor
4147

4248
As the instructor, you should additionally install the `shapely` package, which you may need for a brief demo during the episode on scientific Python packages.

0 commit comments

Comments
 (0)