All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
add_child_at_mpl_point()
function to simplify needing to separately call three different functions to add a child, get pixel converted mpl data locs, and then connect the new childdisplay_output()
function to support creating an ipywidgetsOutput
and rendering any displayable such as a static matplotlib figure with a single call
- Missing top level module imports
- Connection to matplotlib ipympl canvas not always using the instance within the container
First open source release!