You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run_complement_newbuild.bat
+19
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,14 @@ call scripts\env.bat
19
19
@echooff
20
20
21
21
22
+
rem * ===========================
23
+
rem 2020-05-15 patch jedi-0.17.0
24
+
rem * ===========================
25
+
rem see https://github.com/davidhalter/jedi/commit/f871f5e726f796127d4cfb981726b494f056ebe9
26
+
rem as it fixes https://github.com/davidhalter/jedi/issues/1548 Use the `project` variable before setting the default value.
27
+
rem if exist "%WINPYDIR%\Lib\site-packages\jedi-0.17.0.dist-info" copy/Y "C:\WinP\tempo_fixes\Jedi-0.17.0\api\__init__.py" "%WINPYDIR%\Lib\site-packages\Jedi-0.17.0\api\__init__.py"
28
+
29
+
22
30
rem * ==========================
23
31
rem * When Python has no mingwpy
24
32
rem * ==========================
@@ -46,6 +54,9 @@ rem * ===========================
46
54
echo finish install of jupyterlab
47
55
rem * ===========================
48
56
57
+
rem 2020-04-10 security
58
+
rem if exist "%WINPYDIR%\Lib\site-packages\jupyterlab" "%WINPYDIR%\..\n\npm" config set ignore-scripts true
59
+
49
60
rem other suggestion from https://github.com/nteract/nteract
50
61
rem npm install -g --production windows-build-tools
51
62
@@ -295,6 +306,8 @@ if exist "%WINPYDIR%\Lib\site-packages\jupyterlab" (
295
306
jupyter labextension list
296
307
)
297
308
309
+
rem jupyter labextension update --all (will rebuild if needed)
310
+
298
311
rem 2018-01-15 node-gyp experience
299
312
rem npm config set python "C:\WinPython\bd27\buildZero\winpython-32bit-2.7.x.2\python-2.7.13"
0 commit comments