-
Notifications
You must be signed in to change notification settings - Fork 76
Installing MATLAB Kernel with WinPython
Royi edited this page Jan 30, 2017
·
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". - Run the command
python setup.py build --build-base="%WinPythonFolder\MATLABPythonEngine" install
. - Run the Command
python -mimatlab install
. - Run the Command
python -m matlab_kernel install
. - Launch Jupyter Notebook using
Jupyter Notebook.exe"
in %WinPythonFolder. - Choose MATLAB from the Kernel Menu.
Known Issues:
- MATLAB Kernel is installed in
C:\ProgramData\jupyter\kernels\matlab
. How could one put it under %WinPythonFolder and still make it work?