diff --git a/pages/common/jupyter.md b/pages/common/jupyter.md index 07002fad3..27b331324 100644 --- a/pages/common/jupyter.md +++ b/pages/common/jupyter.md @@ -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}}`