@@ -113,6 +113,8 @@ echo finish install of pdvega
113113rem * =================
114114if exist " %WINPYDIR% \Lib\site-packages\vega3" " %WINPYDIR% \Scripts\jupyter.exe" nbextension enable --py --sys-prefix vega3
115115
116+ rem 2019-03-30 workaround altair-3
117+ rem if exist "%WINPYDIR%\Lib\site-packages\jupyterlab" "%WINPYDIR%\Scripts\jupyter.exe" labextension install --no-build @jupyterlab/vega3-extension
116118
117119rem * ==================
118120echo finish install of rise
@@ -140,6 +142,13 @@ rem * =================
140142if exist " %WINPYDIR% \Lib\site-packages\nteract_on_jupyter" " %WINPYDIR% \Scripts\jupyter.exe" serverextension enable nteract_on_jupyter
141143
142144
145+ rem * ==================
146+ echo finish install of Qgrid(2019-04-26)
147+ rem * =================
148+ if exist " %WINPYDIR% \Lib\site-packages\qgrid" " %WINPYDIR% \Scripts\jupyter.exe" nbextension enable --py --sys-prefix qgrid
149+ if exist " %WINPYDIR% \Lib\site-packages\qgrid" " %WINPYDIR% \Scripts\jupyter.exe" labextension install --no-build qgrid
150+
151+
143152rem * =================
144153echo finish install seaborn iris example
145154rem * =================
@@ -171,9 +180,15 @@ if exist "%WINPYDIR%\..\settings\.spyder-py3\temp.py" del "%WINPYDIR%\..\setti
171180
172181
173182rem * ====================
174- echo patch spyder update reflex (2017-03-25 )
183+ echo patch spyder update reflex (2019-05-18 : spyder, not spyderlib ! )
175184rem * ====================
176- %WINPYDIR% \python.exe -c " from winpython.utils import patch_sourcefile;patch_sourcefile(r'%WINPYDIR% \Lib\site-packages\spyderlib\config\main.py', ' '+chr(39)+'check_updates_on_startup'+chr(39)+': True', ' '+chr(39)+'check_updates_on_startup'+chr(39)+': False' )"
185+ %WINPYDIR% \python.exe -c " from winpython.utils import patch_sourcefile;patch_sourcefile(r'%WINPYDIR% \Lib\site-packages\spyder\config\main.py', ' '+chr(39)+'check_updates_on_startup'+chr(39)+': True', ' '+chr(39)+'check_updates_on_startup'+chr(39)+': False' )"
186+
187+ rem * ====================
188+ echo patch spyder keep default white theme (2019-05-18)
189+ rem * ====================
190+ %WINPYDIR% \python.exe -c " from winpython.utils import patch_sourcefile;patch_sourcefile(r'%WINPYDIR% \Lib\site-packages\spyder\config\main.py', 'selected'+chr(39)+': '+chr(39)+'spyder/dark'+chr(39) , 'selected'+chr(39)+': '+chr(39)+'spyder'+chr(39) )"
191+
177192
178193
179194rem * ===================
0 commit comments