diff --git a/pages/common/jupyter.md b/pages/common/jupyter.md new file mode 100644 index 0000000000..07002fad30 --- /dev/null +++ b/pages/common/jupyter.md @@ -0,0 +1,19 @@ +# jupyter + +> Web application for scientific computing and reproducible research. + +- Start a Jupyter notebook server in the current directory: + +`jupyter notebook` + +- Start a server on a specific port: + +`jupyter notebook --port={{port}}` + +- List currently running notebook servers: + +`jupyter notebook list` + +- Stop the currently running server: + +`jupyter notebook stop`