JupyterLab is a really powerful interface, and as more people customize it, add extensions, etc, it’ll become increasingly important to guide people through these interfaces upon their first arrival.
A lot of websites with non-trivial interfaces have some kind of “introduction” UI that guides people through a few interesting elements. E.g., https://introjs.com/ seems relatively lightweight and quickly guides people through different pieces of the page.
Does anyone know of a JupyterLab extension that could let you define something like this? E.g. imagine that I have a bunch of custom extensions installed and a particular layout I want users to start with. I could load this extension and configure it to cycle through the elements that I care about.
If this doesn’t exist, I’d love to see somebody make this happen