hydrogen-python icon indicating copy to clipboard operation
hydrogen-python copied to clipboard

Python-specific plugin for hydrogen. Make Python coding in the Atom editor even more interactive!

Results 23 hydrogen-python issues
Sort by recently updated
recently updated
newest added

The 3 reports of Uncaught TypeError with property numbers are all the same. The property number that is displayed is the line number of the line above the cursor. So...

[Enter steps to reproduce:] 1. open a python file 2. press 'control enter' **Atom**: 1.33.0 x64 **Electron**: 2.0.11 **OS**: Ubuntu 18.04.1 **Thrown From**: [hydrogen-python](https://github.com/nikitakit/hydrogen-python) package 0.0.8 ### Stack Trace Uncaught...

more generally the problem is "Cannot read property 'x' of undefined" where x is any number... [Enter steps to reproduce:] simple program. at first it returns 2 when i call...

if the file contains a trailing code block marker (`# %%`) there will be an empty cell passed to execute with code null. This seems to be the expected behaviour...

No value for the size of Pandas objects. Would be nice

I tried to auto start the variable explorer at start of atom, by adding this line to init.coffee: atom.commands.dispatch(atom.views.getView(atom.workspace), "hydrogen-python:toggle-variable-explorer"); It failed to load. While this method worked for other...

A real nice-to-have would be to be able to browse the inner values of a given variable, so you could expand composite objects to see e.g. the items in a...

It appears that there's a maximum number of rows that the Variable Explorer can have. So on a vertical high DPI monitor, the spacing between rows is too high. Would...

Coming from R i'm loving anything that makes me feel more like i'm in RStudio, so i'm loving the variable explorer. But one thing i notice is that the bigger...

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