Numerical analysis
MATH-251(a)
Jupyter Notebooks Installation
This page is part of the content downloaded from Jupyter Notebooks Installation on Wednesday, 25 December 2024, 18:16. Note that some content and any files larger than 50 MB are not downloaded.
Description
A guide on how you can set up the programming environment for this course on your own computer.
Page content
While there are many ways in which Jupyter Notebooks can be installed, we strongly recommend you installing them through Anaconda.
- Download Anaconda.
- Execute the Anaconda installer and follow the instructions (the default configurations are usually fine).
- After finishing the installation, open the Anaconda Navigator (search for it in your apps or type anaconda-navigator in a terminal).
- In the Anaconda Navigator, launch the JupyterLab. You can now browse, edit, and execute Jupyter notebooks on your computer.
If you are an experienced Python user, and want to run Jupyter notebooks without Anaconda, you can also directly install JupyterLab using the Python package manager pip.
- If necessary, download and install Python.
- Run the command pip install jupyterlab in a terminal.
- Run jupyter lab or python -m jupyter lab to start your Jupyter server.
In case you encounter any issues during the installation, try to resolve your issue with one of the many resources available on the internet. Otherwise, we are happy to help you setting up your programming environment during the first exercise session.