From e028de28fa89986baed0862bffedbf1424d9cdd3 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 16 Jan 2018 14:20:11 -0600 Subject: [PATCH] jupyter: improve description and add notebook command --- pages/common/jupyter.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}}`