2026-02-28

Using bore tunnel to port forward jupyter notebook

ssh jupyter linux

When working on a remote server, you can forward a Jupyter notebook port to your local machine:

bore local 8888 --to bore.pub --remote-port 8992

Then open bore.pub:8992 in your browser.

← Back to TILs