瀏覽代碼

jupyter: add lab command (#2323)

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

+ 4 - 0
pages/common/jupyter.md

@@ -22,3 +22,7 @@
 - Stop the currently running server:
 
 `jupyter notebook stop`
+
+- Start JupyterLab, if installed, in the current directory:
+
+`jupyter lab`