New blog article
Jupyter notebooks support in OpenGist
I love #OpenGist as a self-hosted FOSS alternative to Github’s Gist service.
And I love #Jupyter notebooks because they are one of the simplest and most powerful tools to share code and data between scientists and engineers.
And I’ve always wondered why I couldn’t just navigate through a notebook on my OpenGist instance, or quickly share it with someone through a permalink, like I could do on cloud services like Gist or Nbviewer.
So in these days I’ve decided to take the matter in my own hands and prepare a PR that adds .ipynb
support to OpenGist.
Feel free to give it a try (there are just so many combinations of cell types and syntax variants on Jupyter that it’s impossible to test all of them), and give it an upvote if you like it and want it merged!
A self-hosted example of how it looks like: https://gist.manganiello.tech/fabio/correlation
Features:
- [x] Code highlight
- [x] Images rendering
- [x] Markdown rendering
- [x] LaTeX rendering
- [ ] Upload file form (WIP)
@python @programming