jupyter-forward
jupyter-forward copied to clipboard
Launch Jupyter Lab over SSH with a single command!
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...
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...
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
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...
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...
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...
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 [](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💰...
## 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...