Monday 08:30
in room 1.20 (ground floor, shannon)
Introduction to Python and JupyterLab
Mike Müller
Please install JupyterLab before the tutorial. Depending on the way you install Python packages you chose on of these options:
pip install jupyterlab
or
conda install jupyterlab
or
mamba install jupyterlab
or
pixi add jupyterlab
or
uv add jupyterlab
or
Your own way.
I use Pixi. If you like to try it, please install and create an environment:
pixi init jupyterlab_tutorial
cd jupyterlab_tutorial
pixi add jupyterlab python=3.13
pixi shell
No matter what installation method you use, you can start JupyterLab with:
jupyter-lab
or
python -m jupyter-lab