Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-31 00:17:28 +00:00
parent aa60befad7
commit 489c6fbf29
5 changed files with 86 additions and 18 deletions

View File

@@ -3,23 +3,10 @@ syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# jupyter lab
# jupyterlab
> Interactive development environment for Jupyter notebooks.
> More information: <https://jupyterlab.readthedocs.io/en/stable/>.
> This command is an alias of `jupyter lab`.
- Start JupyterLab:
- View documentation for the original command:
`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`
`tldr jupyter lab`