Practical Coding in Python

Learn to write and validate your own code

Darren Kessner, PhD

(revised September 1, 2025)

Previous: Hello requests

Hello, Juypter Lab!

  1. Create your virtual environment, and install jupyterlab via your requirements.txt file.

  2. On the command line, start the Juypter server with the command jupyter lab. Stop the server with ctrl-c.

  3. Your browser should open to a Jupyter Lab page.


Next: