It would be really cool if we had some lightweight JupyterLab interface elements that would let people step through notebooks the same way that they do a Jupyter Book. I can think of two things to add:
-
Add a "previous" and "next" button for each page using the _toc.yml file. Similar to these buttons:

-
Add a toc.yml browser to the left sidebar that behaves just like the file browser, but where the files are ordered according to toc.yml, not the naming of the notebooks.
It would be really cool if we had some lightweight JupyterLab interface elements that would let people step through notebooks the same way that they do a Jupyter Book. I can think of two things to add:
Add a "previous" and "next" button for each page using the
_toc.ymlfile. Similar to these buttons:Add a
toc.ymlbrowser to the left sidebar that behaves just like the file browser, but where the files are ordered according totoc.yml, not the naming of the notebooks.