Skip to content

Releases: stitchfix/nodebook

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@kzielnicki kzielnicki released this 21 Oct 23:12

This release is a bugfix for function support in Python 3. In v0.2.0, the new arg ast node was not parsed correctly, leading to functions not being usable in nodebook.

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@kzielnicki kzielnicki released this 18 Oct 21:11

This release adds support for Python 3. Special thanks to @jni for doing the conversion!

This release also brings Nodebook more in line with standard patterns for installing Jupyter extensions, which results in two important changes:

  • It is now required to manually register the extension with Jupyter after installing Nodebook using jupyter nbextension install --py nodebook
  • The extension import command has changed from %load_ext nodebookext to %load_ext nodebook.ipython

Initial alpha release

Initial alpha release Pre-release
Pre-release

Choose a tag to compare

@kzielnicki kzielnicki released this 27 Jul 02:03
v0.1.0

initial commit