File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -540,6 +540,10 @@ def _create_launchers(self):
540
540
command = '$SYSDIR\cmd.exe' ,
541
541
args = r'/k winipython_notebook.bat' )
542
542
543
+ self .create_launcher ('Jupyter Lab.exe' , 'jupyter.ico' ,
544
+ command = '$SYSDIR\cmd.exe' ,
545
+ args = r'/k winjupyter_lab.bat' )
546
+
543
547
self ._print_done ()
544
548
545
549
def _create_batch_scripts_initial (self ):
@@ -970,6 +974,12 @@ def _create_batch_scripts(self):
970
974
call "%~dp0env_for_icons.bat"
971
975
cd/D "%WINPYWORKDIR%"
972
976
"%WINPYDIR%\scripts\jupyter-notebook.exe" %*
977
+ """ )
978
+
979
+ self .create_batch_script ('winjupyter_lab.bat' ,r"""@echo off
980
+ call "%~dp0env_for_icons.bat"
981
+ cd/D "%WINPYWORKDIR%"
982
+ "%WINPYDIR%\scripts\jupyter-lab.exe" %*
973
983
""" )
974
984
975
985
self .create_batch_script ('qtconsole.bat' ,r"""@echo off
You can’t perform that action at this time.
0 commit comments