diff --git a/README.md b/README.md index 8452f3602..4a7b19345 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jupyterlab-classic ![Github Actions Status](https://github.com/jtpio/jupyterlab-classic/workflows/Build/badge.svg) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/jupyterlab-classic/main?urlpath=classic/notebooks/binder/example.ipynb) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/jupyterlab-classic/main?urlpath=classic/tree) The next gen old-school Notebook UI. @@ -37,6 +37,10 @@ jupyter labextension list Should also be available when starting `jupyterlab-classic`. +This package also install a JupyterLab extension by default, to make it easier to transition to classic view: + +![open-jupyterlab-classic](https://user-images.githubusercontent.com/591645/101534129-02844580-3997-11eb-962a-5475bcc831bb.gif) + ## Motivation JupyterLab is the next-gen UI for Project Jupyter. Approaching version 3.0, it is becoming more mature and provides an advanced computational environment, that can sometimes be compared to what traditional IDEs offer.