jupyter-widgets-contrib / ipytree

A Tree Widget using Jupyter-widgets protocol and jsTree
MIT License
130 stars 27 forks source link

Would like to see a data structure explorer #5

Open deeplook opened 5 years ago

deeplook commented 5 years ago

I would like to use this widget for exploring nested data structures like JSON, etc. Is there any ongoing effort for this or should I come up with a PR?

martinRenou commented 5 years ago

There is no ongoing effort for this, PRs are welcome :)

jakirkham commented 5 years ago

It's worth noting that JupyterLab can render JSON already. So if that's what you want it may just be a matter of using that. 🙂