mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 07:35:24 +02:00
jupyter: add page
This commit is contained in:
parent
145e0560a5
commit
6d6dcd45e5
1 changed files with 19 additions and 0 deletions
19
pages/common/jupyter.md
Normal file
19
pages/common/jupyter.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# jupyter
|
||||
|
||||
> Web application for scientific computing and reproducible research.
|
||||
|
||||
- Start a Jupyter notebook server in the current directory:
|
||||
|
||||
`jupyter notebook`
|
||||
|
||||
- Start a server on a specific port:
|
||||
|
||||
`jupyter notebook --port={{port}}`
|
||||
|
||||
- List currently running notebook servers:
|
||||
|
||||
`jupyter notebook list`
|
||||
|
||||
- Stop the currently running server:
|
||||
|
||||
`jupyter notebook stop`
|
Loading…
Add table
Reference in a new issue