Jelajahi Sumber

jupyter: improve description and add notebook command

Eric 7 tahun lalu
induk
melakukan
e028de28fa
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  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}}`