8000 update of run_complement by stonebig · Pull Request #708 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

update of run_complement #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 27, 2018
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
update of run_complement
  • Loading branch information
stonebig committed Dec 27, 2018
commit fb4e82955f736c41bcc6c0434abc6e9284122ace
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
0