We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c08ec3 commit 482c375Copy full SHA for 482c375
jupyterlab/__main__.py
@@ -0,0 +1,4 @@
1
+from jupyterlab.labapp import main
2
+import sys
3
+
4
+sys.exit(main())
0 commit comments