We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7039739 + 9cae903 commit 8b03840Copy full SHA for 8b03840
install.bat
@@ -3,3 +3,4 @@ xcopy %0\..\dyalog-kernel %APPDATA%\jupyter\kernels\dyalog-kernel /Y /I
3
xcopy %0\..\dyalog_kernel %APPDATA%\Python\Python36\site-packages\dyalog_kernel /Y /I
4
xcopy %0\..\dyalog_kernel %USERPROFILE%\AppData\Local\Continuum\anaconda3\Lib\site-packages\dyalog_kernel /Y /I
5
xcopy %0\..\dyalog_kernel %USERPROFILE%\anaconda3\Lib\site-packages\dyalog_kernel /Y /I
6
+xcopy %0\..\dyalog_kernel %USERPROFILE%\Miniconda3\Lib\site-packages\dyalog_kernel /Y /I
0 commit comments