mathworks / jupyter-matlab-proxy

MATLAB Integration for Jupyter enables you to run MATLAB code in Jupyter Notebooks and other Jupyter environments. You can also open MATLAB in a browser directly from your Jupyter environment to use more MATLAB features.
Other
283 stars 36 forks source link

how to get back to the state before #15

Closed xllowl closed 2 years ago

xllowl commented 2 years ago

after python -m pip install . I can not start my lab server.

error:

'ExtensionManager' object has no attribute '_extensions'

prabhakk-mw commented 2 years ago

Try

  1. python -m pip show jupyter-matlab-proxy if nothing shows that means the install didn’t go through
  2. Then uninstall using python -m pip uninstall jupyter-matlab-proxy

Also when you’re installing try to install using PyPI using

python -m pip install jupyter-matlab-proxy Do this from your home folder.

xllowl commented 2 years ago

i solved that problem by downgrade the jupyter server

pip install jupyter_server==1.6..4