Added a single matplotlib slice viewer, with dedicated slider at the moment. Note: this did result in the title page formatting breaking a little due to the %matplotlib widget config toggle required. This will be fixed in future PRs.
Testing
[ ] Run build.sh and make sure new dependencies install in .venv
[ ] Open up the notebook (make sure using the .venv Python kernel)
[ ] Execute the first cell, and ensure that the slice shows up beneath the ipyvolume graph, and the slider changes the current slice.
Closes #177
Discussion
Added a single matplotlib slice viewer, with dedicated slider at the moment. Note: this did result in the title page formatting breaking a little due to the
%matplotlib widget
config toggle required. This will be fixed in future PRs.Testing
build.sh
and make sure new dependencies install in .venv