jupyter-forward
Badges
Overview
Installation
CI
Docs
Package
License
Jupyter-forward simplifies the process of running jupyter lab on a remote machine by performing the following tasks on behalf of the users:
jupyter lab
Logging into a remote cluster/resource via the SSH protocol.
Launching Jupyter Lab on the remote cluster.
Port forwarding Jupyter Lab session back to your local machine.
Opening the port forwarded Jupyter Lab session into your local browser.
Jupyter-forward can be installed from PyPI with pip:
python -m pip install jupyter-forward
Jupyter-forward is also available from conda-forge for conda installations:
conda install -c conda-forge jupyter-forward
See documentation for more information.
If you encounter any errors or problems with jupyter-forward, please open an issue at the GitHub main repository.
Using jupyter-forward
Reference