Assuming we are using python3.7
- Install matlab, assume
$HOME/.app/matlab - Install Jyputer, assume a notebook in a virtual env
env3.7in$HOME/projects/env3.7 cd $HOME/.app/matlab/extern/engines/pythonpython3.7 setup.py install --prefix="$HOME/projects/env3.7"- Then cd in your working directory
$HOME/projects/ - Start the notebook with
source env3.7/bin/activate && jupyter notebook