jupyter-forward
jupyter-forward copied to clipboard
Add `--log-dir` option to the CLI
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 a --log-dir
option.
https://github.com/ncar-xdev/jupyter-forward/blob/917c142b6b5df6b78608b1538562ec3fd5b2a907/jupyter_forward/core.py#L249-L254