Skip to content

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.

  1. Install WinPython to a folder of choice (Will be named %WinPythonFolder).
  2. Run the WinPython Command Prompt under "%WinPythonFolder\WinPython Command Prompt.exe".
  3. Run the command python setup.py build --build-base="%WinPythonFolder\MATLABPythonEngine" install.
  4. Run the Command python -mimatlab install.
  5. Run the Command python -m matlab_kernel install.
  6. Launch Jupyter Notebook using Jupyter Notebook.exe" in %WinPythonFolder.
  7. Choose MATLAB from the Kernel Menu.

Known Issues:

  1. MATLAB Kernel is installed in C:\ProgramData\jupyter\kernels\matlab. How could one put it under %WinPythonFolder and still make it work?
Clone this wiki locally