Joseph Vantassel, The University of Texas at Austin
-
Install a modern Python interpreter if you have not done so previously.
-
Open a terminal, either Windows Powershell (recommended) or Command Prompt on a Windows machine, and enter
pip install jupyterlab. -
Ensure JupyterLab installed correctly by reading the last few lines printed to the console.
-
To run Jupyter in a particular directory. First, open a terminal in that directory then enter
jupyter labinto the terminal. The Jupyter Lab interface will then open shortly in a web-browser. Double-click any notebook (i.e., files ending in.ipynb) to begin. -
Enjoy!