Browse Source

Add __main__.py (#3808)

Matthias Geier 7 years ago
parent
commit
482c375f31
1 changed files with 4 additions and 0 deletions
  1. 4 0
      jupyterlab/__main__.py

+ 4 - 0
jupyterlab/__main__.py

@@ -0,0 +1,4 @@
+from jupyterlab.labapp import main
+import sys
+
+sys.exit(main())