|
|
|
|
|
by chris_nielsen
887 days ago
|
|
I love this, but Im using DataSpell from JetBrains at the moment because it has 2 killer features: 1. Variable viewer so I can see the current value of all variables in scope.
2. Interactive debugger
Maybe the variable viewer is only important because Jupyter notebooks don’t track and rerun dependencies? So I wouldn’t need it with Marimo. But the interactive debugger is priceless.Any plan to add debugging? |
|
2. PDB support is planned and was scoped out yesterday.
Appreciate the feedback!