I have an iPython Notebook that needs to be built into my Rails application.
I have two options for this:
- Just drawing the file
.ipynbon the page (e.g. GitHub) - (desired option) Insert a laptop with a core and interactive elements.
The laptop I have is quite large, and it uses python-specific tricks and libraries, so copying it to a ruby laptop is not a good option.
So, how can I make an iPython Notebook file on a web page (like GitHub) or how to embed a full-featured iPython Notebook in a Rails app?
source
share