File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -936,7 +936,7 @@ def _create_launchers(self):
936
936
'Jupyter Notebook.exe' ,
937
937
'jupyter.ico' ,
938
938
command = '$SYSDIR\cmd.exe' ,
939
- args = r'/k winipython_notebook .bat' ,
939
+ args = r'/k winjupyter_nbclassic .bat' ,
940
940
)
941
941
942
942
self .create_launcher (
@@ -1701,6 +1701,16 @@ def _create_batch_scripts(self):
1701
1701
""" ,
1702
1702
)
1703
1703
1704
+ self .create_batch_script (
1705
+ 'winjupyter_nbclassic.bat' ,
1706
+ r"""@echo off
1707
+ call "%~dp0env_for_icons.bat" %*
1708
+ cd/D "%WINPYWORKDIR1%"
1709
+ "%WINPYDIR%\scripts\jupyter-nbclassic.exe" %*
1710
+ """ ,
1711
+ )
1712
+
1713
+
1704
1714
self .create_batch_script (
1705
1715
'winjupyter_lab.bat' ,
1706
1716
r"""@echo off
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '3.4.20210227 '
31
+ __version__ = '4.0.20210307 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments