jupyter-forward icon indicating copy to clipboard operation
jupyter-forward copied to clipboard

Launch Jupyter Lab over SSH with a single command!

Results 20 jupyter-forward issues
Sort by recently updated
recently updated
newest added

Currently, if neither of `$TMPDIR` and `$HOME` environment variables are defined on the remote machine, we terminate the connection and exit. We should allow users to override this behavior via...

enhancement
good first issue

With the `--notebook` option, Jupyterlab thinks the directory with the notebook is the working directory. This is irritating because AFAICT, you can't navigate anywhere else. It also prevents saving a...

enhancement
help wanted
upstream

It'd be nice if `jupyter-forward` respected the `~/.ssh/config` settings particularly `ControlMaster` https://stackoverflow.com/questions/56441961/using-ssh-config-file-with-paramiko

enhancement
upstream

If I run `jupyter lab` locally from a terminal then `jupyter` runs while I do whatever I need to do in the web browser. If I finish using the jupyter...

enhancement
help wanted

Hi there! I've been using this great tool and it looks like it's working out of the box for most of my machines. For some reason I can't get it...

bug

Currently, if a user uses the `--launch-command` option --to launch the job on a compute node-- and something goes wrong (e.g. they specified a non-existing queue or something is off...

enhancement

With #51 I think this will work as well, but I didn't test it as part of that PR... Duo can be configured to prompt [![example from Duo docs](https://duo.com/assets/img/documentation/duounix/pam-auth-prompt_2x.png)](https://duo.com/docs/duounix#test-pam_duo) Rather...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.6)

Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.0 to 1.10.2 Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.2 💅 Cosmetic Output Improvements In #250 and #258, @​facutuesca💰...

dependencies

## Change Summary This PR brings modifications to allow a user to use a singularity image or a docker image instead of conda environement. ## Related issue number addressed issues...