jupyter: improve description and add notebook command

coverage
Eric 2018-01-16 14:20:11 -06:00 committed by Agniva De Sarker
parent 6d6dcd45e5
commit e028de28fa
1 changed files with 6 additions and 1 deletions

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}}`