Amin Ya

Results 1114 comments of Amin Ya

No worries. I should have added the glob integration to eliminate the confusion. Glob patterns can be summed up together. So, the approach for supporting nested git ignore files is...

There is this repository called Nix-windows. Not sure in what state it is. https://github.com/nix-windows/nix I have also been interested in using Nix for some open-source projects. However, because Nix doesn't...

> Nix works on WSL and Cygwin just out of the box. Port to MSYS is pretty straightforward. Thanks. That's better than nothing, but I wish there was native Windows...

There's nteract itself, which was directly inspired by Hydrogen. https://nteract.io/ VsCode's Jupyter integration comes close if that works for you. https://code.visualstudio.com/docs/datascience/jupyter-notebooks You can export ipynb from Hydrogen and migrate to...

Have you seen this solution? https://github.com/nteract/hydrogen/issues/1893#issuecomment-800654897 or this one? https://github.com/nteract/hydrogen/issues/2092#issuecomment-821960482

Try installing pandas globally using pip: ``` sudo pip install pandas ```

Yes. I tried both hard coding the token, and also giving it when Atom asks for.

I will look into this over the next week. You can downgrade Hydrogen temporarily if you want