This release includes a breaking change as notebooks will no longer be inlining as default. This change will reduce the size of the notebook files and, more importantly, address an upstream issue in Jupyter where running hv.extension
would give an error when used in a notebook.
Critical bug fixes and compatibility:
- Correctly set
inline=False
when runninghv.extension
in a Jupyter Notebook (#5748) - Adding more Param 2 support (#5717)
Enhancements:
- Speed up import time of Holoviews (#5719)
Maintenance: