Explorar el Código

jupyter: add lab command (#2323)

Breck hace 6 años
padre
commit
29027da751
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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`