8000 update of run_complement · enformatik/winpython@fb4e829 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb4e829

Browse files
committed
update of run_complement
1 parent 3f1bf7d commit fb4e829

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

run_complement.bat

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ echo finish install of holoviews jupyterlab 2018-02-27
133133
rem * =================
134134
if exist "%WINPYDIR%\Lib\site-packages\holoviews" "%WINPYDIR%\Scripts\jupyter.exe" labextension install --no-build @pyviz/jupyterlab_pyviz
135135

136+
137+
rem * ==================
138+
echo finish install of nteract_on_jupyter (2018-12-27)
139+
rem * =================
140+
if exist "%WINPYDIR%\Lib\site-packages\nteract_on_jupyter" "%WINPYDIR%\Scripts\jupyter.exe" serverextension enable nteract_on_jupyter
141+
142+
136143
rem * =================
137144
echo finish install seaborn iris example
138145
rem * =================
@@ -206,7 +213,8 @@ if exist "%WINPYDIR%\share\jupyter\lab\staging" rmdir /S /Q "%WINPYDIR%\share\ju
206213
rem * ===================
207214
echo clear Pyside2 QML (2018-04-29 : it's too big)
208215
rem * ===================
209-
if exist "%WINPYDIR%\Lib\site-packages\PySide2\qml" rmdir /S /Q "%WINPYDIR%\Lib\site-packages\PySide2\qml"
216+
rem 20181222
217+
rem if exist "%WINPYDIR%\Lib\site-packages\PySide2\qml" rmdir /S /Q "%WINPYDIR%\Lib\site-packages\PySide2\qml"
210218

211219
@echo on
212220
goto the_end

winpython/data/packages.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,9 @@ description=nose is a discovery-based unittest extension (e.g. NumPy test module
941941
[notebook]
942942
description=# Jupyter Notebook
943943

944+
[nteract_on_jupyter]
945+
description=Extension for the jupyter notebook server and nteract
946+
944947
[numba]
945948
description=compiling Python code using LLVM
946949

0 commit comments

Comments
 (0)
0