Skip to content

Commit 9b63e93

Browse files
authored
Merge pull request winpython#960 from stonebig/master
back to normal notebook instead of nb_classic
2 parents 9dfcd8e + aa0c663 commit 9b63e93

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

make.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,8 @@ def _create_launchers(self):
936936
'Jupyter Notebook.exe',
937937
'jupyter.ico',
938938
command='$SYSDIR\cmd.exe',
939-
args=r'/k winjupyter_nbclassic.bat',
939+
args=r'/k winipython_notebook.bat', # like VSCode + Rise way
940+
# args=r'/k winjupyter_nbclassic.bat', # Jupyterlab in classic look
940941
)
941942

942943
self.create_launcher(

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__ = '4.0.20210410'
31+
__version__ = '4.1.20210417'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,3 +3076,9 @@ description = QDLDL, a free LDL factorization routine.
30763076
[jupyter-server-mathjax]
30773077
description = MathJax resources as a Jupyter Server Extension.
30783078
3079+
[voila-gridstack]
3080+
description = A GridStack template for Voila.
3081+
3082+
[deprecation]
3083+
description = A library to handle automated deprecations
3084+

0 commit comments

Comments
 (0)