lento234 / lento234.github.io

Personal website hosted at github
https://lento234.ch
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

Installing MATLAB into jupyterhub #54

Closed lento234 closed 2 years ago

lento234 commented 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
lento234 commented 2 years ago

pr #65 closes the issue