Jupyter Notebook with Matlab

On Mac OSX, do the following in a terminal. A similar form should work on Windows/Linux (see whether you need to use pip3 and python3 for Python3). /Applications/[MATLAB]/ should be where your particular Matlab distribution is installed. On my machine it is /Applications/MATLAB_R2019a.app/ .

  1. sudo pip3 install --upgrade pip

  2. sudo pip3 install jupyter

  3. sudo pip3 install matlab_kernel

  4. cd /Applications/[MATLAB]/extern/engines/python

  5. sudo python3 setup.py install