1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 10:55:26 +02:00

jupyter: improve description and add notebook command

This commit is contained in:
Eric 2018-01-16 14:20:11 -06:00 committed by Agniva De Sarker
parent 6d6dcd45e5
commit e028de28fa

View file

@ -1,11 +1,16 @@
# jupyter
> Web application for scientific computing and reproducible research.
> Web application to create and share documents that contain code, visualizations and notes.
> Primarily used for data analysis, scientific computing and machine learning.
- Start a Jupyter notebook server in the current directory:
`jupyter notebook`
- Open a specific Jupyter notebook:
`jupyter notebook {{example.ipynb}}`
- Start a server on a specific port:
`jupyter notebook --port={{port}}`