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
Jupyter notebook and drgn seems to be a really great combination, it'd would be nice to see pretty printing of drgn object in Jupyter notebook implemented for a even better synergy (similar to what's being done in interactive mode).
In theory implementing _repr_pretty() is all that's needed, something like what stackoverflow suggests, but done with C inside libdrgn/python/object.c.
The text was updated successfully, but these errors were encountered:
shunghsiyu
changed the title
[Request] Implement pretty printing for Jupyter notebook
[Request] Implement pretty printing support for Jupyter notebook
Aug 15, 2022
shunghsiyu
changed the title
[Request] Implement pretty printing support for Jupyter notebook
[Request] Implement pretty printing support in Jupyter notebook
Aug 15, 2022
Jupyter notebook and drgn seems to be a really great combination, it'd would be nice to see pretty printing of drgn object in Jupyter notebook implemented for a even better synergy (similar to what's being done in interactive mode).
In theory implementing
_repr_pretty()
is all that's needed, something like what stackoverflow suggests, but done with C inside libdrgn/python/object.c.The text was updated successfully, but these errors were encountered: