This PR adds an interface option that allows a user to select whether to use the classic Notebook interface (the default) or the next-generation JupyterLab interface. The README and tests have been updated, and the Python API example has been modified to demonstrate the interface keyword (using JupyterLab).
This PR adds an
interface
option that allows a user to select whether to use the classic Notebook interface (the default) or the next-generation JupyterLab interface. The README and tests have been updated, and the Python API example has been modified to demonstrate theinterface
keyword (using JupyterLab).This addresses the minimum requirement for #1.