nikitakit / hydrogen-python

Python-specific plugin for hydrogen. Make Python coding in the Atom editor even more interactive!
https://atom.io/packages/hydrogen-python
MIT License
54 stars 20 forks source link

Feature Request: Viewing DataFrames #6

Open SolidTux opened 6 years ago

SolidTux commented 6 years ago

It would be great to be able to examine a pandas DataFrame variable in the variable explorer.

nikitakit commented 6 years ago

I'd be happy to accept PRs for any data exploration features, such as the DataFrame browser!

Please understand that I am primarily a Python programmer, and writing UIs using web technologies is outside my area of expertise. I'd be happy to work on the protocol side (i.e. how to transfer data from the kernel to hydrogen-python, before it's displayed), but for the UI portion I'll need some help.