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