davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

ipdb support? #22

Open chriddyp opened 3 years ago

chriddyp commented 3 years ago

Really great project!

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.

davidbrochart commented 3 years ago

Thanks @chriddyp! I will need to play with ipdb, and see how we can handle its outputs.