mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 13:00:49 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/jupyter-lab
Normal file
25
tldr/jupyter-lab
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# jupyter lab
|
||||
|
||||
> Interactive development environment for Jupyter notebooks.
|
||||
> More information: <https://jupyterlab.readthedocs.io/en/stable/>.
|
||||
|
||||
- Start JupyterLab:
|
||||
|
||||
`jupyter lab`
|
||||
|
||||
- Open a specific notebook:
|
||||
|
||||
`jupyter lab {{path/to/notebook.ipynb}}`
|
||||
|
||||
- Start JupyterLab in a specific directory:
|
||||
|
||||
`jupyter lab --notebook-dir {{path/to/directory}}`
|
||||
|
||||
- Start JupyterLab in debug mode:
|
||||
|
||||
`jupyter lab --debug`
|
||||
Reference in New Issue
Block a user