Skip to content

Releases: stitchfix/nodebook

0.2.1

21 Oct 23:12
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

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

18 Oct 21:11
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

27 Jul 02:03
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release
v0.1.0

initial commit