Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 927 Bytes

Jupyter-Quick-Reference.md

File metadata and controls

41 lines (26 loc) · 927 Bytes

Jupyter Quick Reference

Authors
Kevin T. Chu <[email protected]>


Using JupyterLab

  • Launch a JupyterLab session.

    $ jupyter-lab
  • Use the GUI to create Jupyter notebooks, edit and run Jupyter notebooks, manage files in the file system, etc.

Using a Jupyter Notebooks Session

  • Launch a Jupyter Notebook session.

    $ jupyter notebook
  • Use the GUI to create Jupyter notebooks, edit and run Jupyter notebooks, manage files in the file system, etc.

Opening a Single Jupyter Notebook

  • Launch a Jupyter Notebook session for a specific Jupyter notebook.

    $ jupyter notebook NOTEBOOK.ipynb

    where NOTEBOOK.ipynb is the name of the Jupyter notebook to open.