4 Jupyter
Anthony Wang edited this page 2024-10-11 14:51:24 +00:00

JupyterLab is a web IDE for Python.

Installation

  1. Create and activate a venv.
  2. Install JupyterLab in the venv with pip install jupyterlab.
  3. Start JupyterLab with jupyter-lab.
  4. Forward the port to your computer using SSH.
  5. Visit the forwarded port in your web browser.