ncar-xdev / jupyter-forward

Launch Jupyter Lab over SSH with a single command!
https://jupyter-forward.readthedocs.io/
Apache License 2.0
31 stars 12 forks source link

debug flag #151

Open kmpaul opened 2 years ago

kmpaul commented 2 years ago

Currently, jupyter-forward displays an error message and exits when it encounters a problem. For general usage, I think this is appropriate. However, when trying to debug problems with the code, it would be nice to see full tracebacks when errors occur.

I am proposing the addition of a --debug flag so that tracebacks can be shown in full when an error occurs.