I want to edit Jupyter Notebooks from Sublime Text. I found that the Hermes plugin which lets you do this. However, I can’t figure out how to actually use it.
I installed anaconda on macOS, which apparently installs Jupyter Notebook for you (not entirely sure about those details). So I can open anaconda and launch Jupyter Notebook, and basically I get the ability to type in localhost:8888
in my browser to open up the normal Jupyter Notebook view. From there I can choose the .ipynb
file to edit.
However, I’m trying to figure out how to do this in Sublime Text with Hermes. Does anyone know what I should do to edit the .ipynb
files on my filesystem in Sublime Text? Any help would be greatly appreciated.