Nikita Kitaev

Results 39 comments of Nikita Kitaev

I've moved on from using the Atom text editor, and am no longer maintaining this project. For any nteract folks reading this issue tracker: I'm happy to transfer this repository...

Do you have the "Extend Executable Code" setting enabled?

@yossibokor Since you seem to be running into this repeatedly, is there a set of steps I could use to reproduce? The ideal case would be a snippet/file I could...

Thank you for looking into this! I can reproduce the issue when there is a trailing code cell separator on the last line of the file. Having `code` set to...

This would definitely be great to have! There are some questions to think through for the UI though, since hydrogen is a separate process and doesn't automatically have access to...

The behavior for this is specified in the javascript file, not the stylesheet. I'm well aware that the rendering of the sidebar has many issues. Unfortunately, the third-party library I'm...

This feature (and #9, which is related) shouldn't be too bad to do. However, based on my current schedule I won't get to coding this until late August. I encourage...

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...

Huh, this is actually quite a tricky case. Looks like I may have to re-evaluate my approach, and maybe even remove the indentation-fixing functionality from hydrogen-python until I can write...

That's right. It looks like the best way to solve this issue is to retrieve the original text (e.g. using Atom's APIs) and recover the unstripped version of the text....