File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,13 @@ echo finish install of holoviews jupyterlab 2018-02-27
133
133
rem * =================
134
134
if exist " %WINPYDIR% \Lib\site-packages\holoviews" " %WINPYDIR% \Scripts\jupyter.exe" labextension install --no-build @ pyviz/jupyterlab_pyviz
135
135
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
+
136
143
rem * =================
137
144
echo finish install seaborn iris example
138
145
rem * =================
@@ -206,7 +213,8 @@ if exist "%WINPYDIR%\share\jupyter\lab\staging" rmdir /S /Q "%WINPYDIR%\share\ju
206
213
rem * ===================
207
214
echo clear Pyside2 QML (2018-04-29 : it's too big)
208
215
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"
210
218
211
219
@ echo on
212
220
goto the_end
Original file line number Diff line number Diff line change @@ -941,6 +941,9 @@ description=nose is a discovery-based unittest extension (e.g. NumPy test module
941
941
[notebook]
942
942
description =# Jupyter Notebook
943
943
944
+ [nteract_on_jupyter]
945
+ description =Extension for the jupyter notebook server and nteract
946
+
944
947
[numba]
945
948
description =compiling Python code using LLVM
946
949
You can’t perform that action at this time.
0 commit comments