Releases: AnswerDotAI/execnb
Releases · AnswerDotAI/execnb
v0.1.1
New Features
Bugs Squashed
- Seaborn is not compatible with execnb (#27)
v0.1.0
New Features
- Remove usage of fastcore.xtras and fastcore.foundation to reduce chance of macOS fork issue (#26)
v0.0.10
New Features
- add
mk_cell
(#25)
- Add new nb function (#23), thanks to @dleen
- Parameterize Notebooks (#19)
- (This was completed earlier but not marked done in gh issues)
v0.0.9
New Features
- use fork mode on mac (#22)
v0.0.6
Bugs Squashed
- do not fail if matplotlib is not installed when running
%matplotlib inline
(#6), thanks to @hamelsmu
v0.0.3
- Add notebook dir to python path
v0.0.2
- Compat with nbprocess test runner