mdpiper / nbgitpuller-link

Generate an nbgitpuller link through a CLI
MIT License
1 stars 1 forks source link

Add JupyterLab interface #2

Closed mdpiper closed 3 years ago

mdpiper commented 3 years ago

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 addresses the minimum requirement for #1.