Jupyter Lab Port Forwarding Utility


Keywords
jupyter-forward, jupyter, jupyterlab, paramiko, rich, ssh, typer
License
Apache-2.0
Install
pip install jupyter-forward==2022.9.10

Documentation

jupyter-forward

CI GitHub Workflow Status Code Coverage Status
Docs Documentation Status
Package Conda PyPI
License License

Overview

Jupyter-forward simplifies the process of running jupyter lab on a remote machine by performing the following tasks on behalf of the users:

  1. Logging into a remote cluster/resource via the SSH protocol.
  2. Launching Jupyter Lab on the remote cluster.
  3. Port forwarding Jupyter Lab session back to your local machine.
  4. Opening the port forwarded Jupyter Lab session in your local browser.

Installation

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.