Import of matlab.engine works in IPython but not in Jupyter
问题 I just installed the MATLAB Engine API for Python to my home directory using $ python setup.py build --build-base=$HOME install --prefix=$HOME However, when I try to import matlab.engine from a Jupyter notebook, I get the following error: --------------------------------------------------------------------------- EnvironmentError Traceback (most recent call last) <ipython-input-2-833daa01cd46> in <module>() 8 import numpy as np 9 import matplotlib.pyplot as plt ---> 10 import matlab.engine 11