8000 Merge pull request #537 from stonebig/master · winpython/winpython@0823983 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0823983

Browse files
authored
Merge pull request #537 from stonebig/master
move focus to jupyterlab
2 parents acfc8a5 + fcd79d2 commit 0823983

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

make.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,9 +526,9 @@ def _create_launchers(self):
526526
command='wscript.exe',
527527
args=r'Noshell.vbs qtdesigner.bat')
528528

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')
532532

533533
# Jupyter launchers
534534
self.create_launcher('IPython Qt Console.exe', 'ipython.ico',

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '1.8.20170417'
31+
__version__ = '1.9.20170423'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,9 @@ description=Jupyter metapackage. Install all the Jupyter components in one go.
454454
[jupyterlab]
455455
description=Jupyter lab environment notebook server extension
456456

457+
[jupyterlab_launcher]
458+
description=Jupyter Launcher
459+
457460
[jupyter_client]
458461
description=Jupyter protocol implementation and client libraries
459462

0 commit comments

Comments
 (0)
0