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

Mike Müller

I've been a Python user since 1999, teaching Python professionally since 2004. I am also active in the community, organizing Python conferences such as PyCon DE, EuroSciPy, and BarCamps. I am a PSF Fellow, PSF Community Service Award winner, and chair of the German Python Software Verband.