瀏覽代碼

jupyter: improve description and add notebook command

Eric 7 年之前
父節點
當前提交
e028de28fa
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      pages/common/jupyter.md

+ 6 - 1
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}}`