This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ylproj
/
jupyterlab
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add __main__.py (
#3808
)
Matthias Geier
7 years ago
parent
1c08ec3f14
commit
482c375f31
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
jupyterlab/__main__.py
+ 4
- 0
jupyterlab/__main__.py
View File
@@ -0,0 +1,4 @@
+from jupyterlab.labapp import main
+import sys
+
+sys.exit(main())