-
Notifications
You must be signed in to change notification settings - Fork 76
Installing MATLAB Kernel with WinPython
Royi edited this page Mar 21, 2018
·
4 revisions
This page describes how to install MATLAB Kernel on WinPython. It is assumed that MATLAB is installed.
- Install WinPython to a folder of choice (Will be named %WinPythonFolder).
- Run the
WinPython Command Prompt
under "%WinPythonFolder\WinPython Command Prompt.exe". - Build the MATLAB Python Engine. Because of privileges (Unless the Command Line is launched using Administrator Privileges) one might want to Install MATLAB Engine API for Python in Non Default Locations. In order to do so, run the command
python setup.py build --build-base="%WinPythonFolder\MATLABPythonEngine" install
. - Run the Command
python -m matlab_kernel install
. - Launch Jupyter Notebook using
Jupyter Notebook.exe"
in %WinPythonFolder. - Choose MATLAB from the Kernel Menu.
- MATLAB Kernel is installed in
C:\ProgramData\jupyter\kernels\matlab
. How could one put it under %WinPythonFolder and still make it work?