Hacker News new | ask | show | jobs
by dec0dedab0de 2846 days ago
The Python script can be opened with PyCharm

This is going to be a bit pedantic, but for anyone that doesn't realize. Pycharm can already open ipynb files, and it will connect to a running notebook. I don't do it very often, usually just to quickly find my way around some library code.

This project looks great though. I will likely use it, as I tend to use Jupyter to work out code before copying it over to my main project.

1 comments

In my personal experience, PyCharm really mangles Jupyter Notebooks. Has it gotten to better recently?
I have not experienced much mangeling, but the newest CE edition still doesn't do notebooks very well IMO. to the point where I use jupyter-lab for my notebooks/prototypes and pycahrm for packages.