You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: