Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,8 @@ def _create_launchers(self):
'Jupyter Notebook.exe',
'jupyter.ico',
command='$SYSDIR\cmd.exe',
args=r'/k winjupyter_nbclassic.bat',
args=r'/k winipython_notebook.bat', # like VSCode + Rise way
# args=r'/k winjupyter_nbclassic.bat', # Jupyterlab in classic look
)

self.create_launcher(
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '4.0.20210410'
__version__ = '4.1.20210417'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
6 changes: 6 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3076,3 +3076,9 @@ description = QDLDL, a free LDL factorization routine.
[jupyter-server-mathjax]
description = MathJax resources as a Jupyter Server Extension.

[voila-gridstack]
description = A GridStack template for Voila.

[deprecation]
description = A library to handle automated deprecations