In‐browser Matlab using Jupyter - BrodiePearson/POA_Computing GitHub Wiki
Follow instructions here: https://github.com/mathworks/jupyter-matlab-proxy
export PATH=~/miniconda3/bin:$PATH
jupyter lab --no-browser --port <port-number>
(e.g., jupyter lab --no-browser --port 8080)
ssh -N -L localhost:<local-port>:localhost:<remote-port> <remote-user>@<remote-host>
Note: ssh may not give any text feedback after password, but you can open web browser and go to localhost:8080 at this point.
##NOTE: Jesse has mentioned that many of these steps can be compressed by using jupyter-forward: https://github.com/ncar-xdev/jupyter-forward?tab=readme-ov-file