File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 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
133133rem * =================
134134if 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+
136143rem * =================
137144echo finish install seaborn iris example
138145rem * =================
@@ -206,7 +213,8 @@ if exist "%WINPYDIR%\share\jupyter\lab\staging" rmdir /S /Q "%WINPYDIR%\share\ju
206213rem * ===================
207214echo clear Pyside2 QML (2018-04-29 : it's too big)
208215rem * ===================
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
212220goto 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
941941[notebook]
942942description =# Jupyter Notebook
943943
944+ [nteract_on_jupyter]
945+ description =Extension for the jupyter notebook server and nteract
946+
944947[numba]
945948description =compiling Python code using LLVM
946949
You can’t perform that action at this time.
0 commit comments