spinicist / nanslice

A Python implementation of 'dual-coding'
Mozilla Public License 2.0
39 stars 9 forks source link

Improved Jupyter notebooks interactive mode support #7

Closed nirso closed 3 years ago

nirso commented 3 years ago

This pull request includes a small fix to support interactive widgets:

  1. Added the latest version of ipympl to setup.py.
  2. Updated the README.md with relevant info.

I manually checked the changes end-to-end by creating a new Python 3.8 venv, pip-installing nanslice from my github in editor mode, and making sure that the interactive visualisation is working in both Jupyter Lab and VS Code.