Additional Resources

Introduction to Python Notebooks

For new users of Python3, we have provided access to an introduction to Python3 notebook series. This can be added to your local JupyterHub drive by clicking on the following link: Learn Python3.

This link will automatically download the course content into you hub and then launch an instance. To run the provided exercises, follow the instructions below:

  1. Click on Learn Python3. Wait for the download process to finish.

  2. Navigate into learn-python3.git/notebooks

  3. Select from the beginner or intermediate notebook lessons

  4. Double click or right click > Open the desired notebook lesson.

These lessons are provided by a third party source and not property of Brown University. We are not responsible for maintaining, debugging, or updating these introductory material.

Further Reading

Python3 Official Documentation: https://docs.python.org/3/

Jupyter Notebook Official Documentation: https://jupyter-notebook.readthedocs.io/en/stable/

Jupyter Lab Official Documentation: https://jupyterlab.readthedocs.io/en/latest/

Last updated