Tagged Questions
0
votes
1answer
120 views
IPython: Adding Javascript scripts to IPython notebook
As a part of a project, I need to embedd some javascripts inside an IPython module.
This is what I want to do:
from IPython.display import display,Javascript
...
0
votes
1answer
85 views
Static images in IPython Notebook
I am using IPython notebook to create some tutorials. After finishing it, I need to convert them to latex/PDF and html/blogger. But I am facing two problems.
1 - Adding static images.
I will have to ...