Skip to content

Releases: jupyterlab-contrib/jupyterlab-tour

v2.1.0

02 Aug 14:28
Compare
Choose a tag to compare

Add jupyterlab-tour:add command to ease adding tour in third-party packages.

v2.0.0 - First release

08 Jul 19:18
Compare
Choose a tag to compare

A JupyterLab UI Tour based on jupyterlab-tutorial and react-joyride.

Compare to jupyterlab-tutorial, this extension add the following features:

  • Add default tours:
    • Welcome tour
    • Notebook tour
  • If a tour has already be seen by the user, this is saved in the state database. So you can start tour on event only if the user have not seen it; e.g. the welcome tour is launched at JupyterLab start except if the user have seen it.

The state is cleaned if this extension is updated

  • Tooltip are styled using JupyterLab theming system
  • Clear separation between tour manager and React views

And it keeps the nice features:

  • Through the tour manager (ITutorialManager extension token), you can add, modify or delete a tour
  • You can connect to tour events through signals
  • You can override the default style for the tour separately.