Note

This documentation is for a development version of IPython-extensions. There may be significant differences from the latest stable release.

What’s new in IPython-extensions

This section documents the changes that have been made in various versions of IPython-extensions. Users should consult these pages to learn about new features, bug fixes and backwards incompatibilities. Developers should summarize the development work they do here in a user friendly format.

Release 0.1.0

  • Initial release of this package
  • Add %%inactive to render a cell (temporary) inactive
  • Add %%writeandexecute to write the a cell to a file and execute it (-> Code reuse)