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:
- 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 in 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.