File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -526,9 +526,9 @@ def _create_launchers(self):
526
526
command = 'wscript.exe' ,
527
527
args = r'Noshell.vbs qtdesigner.bat' )
528
528
529
- self .create_launcher ('Qt Linguist.exe' , 'qtlinguist.ico' ,
530
- command = 'wscript.exe' ,
531
- args = r'Noshell.vbs qtlinguist.bat' )
529
+ # self.create_launcher('Qt Linguist.exe', 'qtlinguist.ico',
530
+ # command='wscript.exe',
531
+ # args=r'Noshell.vbs qtlinguist.bat')
532
532
533
533
# Jupyter launchers
534
534
self .create_launcher ('IPython Qt Console.exe' , 'ipython.ico' ,
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '1.8.20170417 '
31
+ __version__ = '1.9.20170423 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -454,6 +454,9 @@ description=Jupyter metapackage. Install all the Jupyter components in one go.
454
454
[jupyterlab]
455
455
description =Jupyter lab environment notebook server extension
456
456
457
+ [jupyterlab_launcher]
458
+ description =Jupyter Launcher
459
+
457
460
[jupyter_client]
458
461
description =Jupyter protocol implementation and client libraries
459
462
You can’t perform that action at this time.
0 commit comments