Open RoyiAvital opened 7 years ago
Hi @RoyiAvital
You're welcome to hunt what variable was/is to redefine. Apparently, Jupyter internals have moved since last time I did that effort.
Perhaps renaming (copying ?) your directory: C:\ProgramData\jupyter\kernels\matlab as ...\winpython-nnbit-x.y.z.aa\tools\mingw32\bin
@stonebig , Unfortunately I have zero knowledge how those programs interact with each other.
There 3 files in the folder created:
The json file internals are:
{"argv": ["D:\\Applications\\Programming\\WinPython\\WinPython-64bit-3.5.2.2Qt5\\scripts\\..\\python-3.5.2.amd64\\python.exe", "-m", "matlab_kernel", "-f", "{connection_file}"], "display_name": "Matlab", "language": "matlab", "mimetype": "text/x-octave", "name": "matlab"}
Where is the variable defining the path where Jupyter is looking for new Kernels?
My version of WinPython is python-3.5.2.amd64
.
Thank you for your great effort.
Any updates on this?
no time, sorry. you may ask for help on stackoverflow.
Hello,
I installed MATLAB Jupyter Kernel on my portable WinPython installation.
I wrote the procedure to do so in this Wiki - Installing MATLAB Kernel with WinPython.
I have one issue (Stated on Wiki), The MATLAB Kernel is installed
C:\ProgramData\jupyter\kernels\matlab
.C:\ProgramData\jupyter\kernels\matlab
into WinPython folder and Jupyter will find this kernel?Thank You.
P. S. We really must find all variable to make WinPython really portable.