Closed lento234 closed 2 years ago
Setup jupyterhub: https://jupyterhub.readthedocs.io/en/stable/quickstart.html#installation
conda install -c conda-forge jupyterhub # installs jupyterhub and proxy conda install jupyterlab notebook # needed if running the notebook servers in the same environment
Instructions: https://github.com/mathworks/jupyter-matlab-proxy
python -m pip install jupyter-matlab-proxy jupyter labextension install @jupyterlab/server-proxy
Other extension: (https://github.com/markusschanta/awesome-jupyter#jupyterlab-extensions)
jupyter labextension install @arbennett/base16-nord pip install jupyterlab_nvdashboard pip install jupyterlab-drawio pip install nb_black pip install jupyterlab-code-formatter
pr #65 closes the issue
Setup jupyterhub: https://jupyterhub.readthedocs.io/en/stable/quickstart.html#installation
Instructions: https://github.com/mathworks/jupyter-matlab-proxy
Other extension: (https://github.com/markusschanta/awesome-jupyter#jupyterlab-extensions)