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
10 changes: 9 additions & 1 deletion run_complement.bat
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ echo finish install of holoviews jupyterlab 2018-02-27
rem * =================
if exist "%WINPYDIR%\Lib\site-packages\holoviews" "%WINPYDIR%\Scripts\jupyter.exe" labextension install --no-build @pyviz/jupyterlab_pyviz


rem * ==================
echo finish install of nteract_on_jupyter (2018-12-27)
rem * =================
if exist "%WINPYDIR%\Lib\site-packages\nteract_on_jupyter" "%WINPYDIR%\Scripts\jupyter.exe" serverextension enable nteract_on_jupyter


rem * =================
echo finish install seaborn iris example
rem * =================
Expand Down Expand Up @@ -206,7 +213,8 @@ if exist "%WINPYDIR%\share\jupyter\lab\staging" rmdir /S /Q "%WINPYDIR%\share\ju
rem * ===================
echo clear Pyside2 QML (2018-04-29 : it's too big)
rem * ===================
if exist "%WINPYDIR%\Lib\site-packages\PySide2\qml" rmdir /S /Q "%WINPYDIR%\Lib\site-packages\PySide2\qml"
rem 20181222
rem if exist "%WINPYDIR%\Lib\site-packages\PySide2\qml" rmdir /S /Q "%WINPYDIR%\Lib\site-packages\PySide2\qml"

@echo on
goto the_end
Expand Down
3 changes: 3 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,9 @@ description=nose is a discovery-based unittest extension (e.g. NumPy test module
[notebook]
description=# Jupyter Notebook

[nteract_on_jupyter]
description=Extension for the jupyter notebook server and nteract

[numba]
description=compiling Python code using LLVM

Expand Down