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
I've long dreamed of Jupyter-rich output displays when debugging Dash applications with ipdb. That is, set import ipdb; ipdb.set_trace() within the code and then getting dropped into Jupyter cells for debugging rather than the IPython terminal.
Curious if this project could be used in this fashion.
The text was updated successfully, but these errors were encountered:
Really great project!
I've long dreamed of Jupyter-rich output displays when debugging Dash applications with
ipdb
. That is, setimport ipdb; ipdb.set_trace()
within the code and then getting dropped into Jupyter cells for debugging rather than the IPython terminal.Curious if this project could be used in this fashion.
The text was updated successfully, but these errors were encountered: