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 # 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: - Start a Jupyter notebook server in the current directory:
`jupyter notebook` `jupyter notebook`
- Open a specific Jupyter notebook:
`jupyter notebook {{example.ipynb}}`
- Start a server on a specific port: - Start a server on a specific port:
`jupyter notebook --port={{port}}` `jupyter notebook --port={{port}}`