##// END OF EJS Templates
Backport PR #5507: Fix typo in interactive widgets examples index notebook...
Backport PR #5507: Fix typo in interactive widgets examples index notebook This is a really trivial fix. Haven't read about the signatures / new security features -- let me know if I need to do something there...

File last commit:

r16120:24b93a1d
r16237:e7e2d9e3
Show More
Index.ipynb
64 lines | 1.6 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Builtin Extensions

IPython extensions allow custom magic commands to be shipped as standalone libraries. IPython includes a few extensions that define magic commands for working with code in other languages.

We are in the process of moving these builtin extensions to their parent projects (Cython, oct2py and rpy2). Once this happens this documentation will move as well.

Tutorials

  • [Cython Magics](Cython Magics.ipynb): magics for compiling and running Cython code in a cell
  • [Octave Magic](Octave Magic.ipynb): magics for running Octave code in a cell
  • [R Magics](R Magics.ipynb): magics for running R code in a cell