##// END OF EJS Templates
Backport PR #5488: Added missing require and jquery from cdn....
Backport PR #5488: Added missing require and jquery from cdn. For some reason (I suppose some changes at the css level) the font size inside the input cells was fixed at 14 px... making the fonts really small in the reveal slideshows. This is really annoying... As a plus, I have also added the missing calls for require and jquery (as the full html template does). I think these fixes belong to 2.0, but I also know we are on the edge... so I hope to get it inside :wink: Cheers.

File last commit:

r16131:04c05847
r16230:ba262623
Show More
Index.ipynb
85 lines | 2.3 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Notebook

The IPython Notebook is a web-based interactive computing system that enables users to author documents that include live code, narrative text, LaTeX equations, HTML, images and video. These documents are contain a full record of a computation and its results and can be shared on email, Dropbox, version control systems (like git/GitHub) or nbviewer.ipython.org.

Tutorials

  • [User Interface](User Interface.ipynb)
  • [Running Code](Running Code.ipynb)
  • [Basic Output](Basic Output.ipynb)
  • [Plotting with Matplotlib](Plotting with Matplotlib.ipynb)
  • [Markdown Cells](Markdown Cells.ipynb)
  • [Typesetting Math Using MathJax](Typesetting Math Using MathJax.ipynb)
  • [Display System](Display System.ipynb)
  • [Custom Display Logic](Custom Display Logic.ipynb)

Examples

  • [Trapezoid Rule](Trapezoid Rule.ipynb)
  • SymPy
  • [Raw Input](Raw Input.ipynb)
  • [Importing Notebooks](Importing Notebooks.ipynb)
  • [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)
  • [Animations Using clear_output](Animations Using clear_output.ipynb)