Skip to content

Conversation

@jtpio
Copy link
Member

@jtpio jtpio commented Nov 24, 2025

The main motivation is to help limit the number of notifications shown to users. While still allowing starting the tours via the Help menu:

jupyterlab-tour-default-launch.mp4

@github-actions
Copy link

Binder 👈 Launch a Binder on branch jtpio/jupyterlab-tour/notifications

},
"type": "object",
"properties": {
"autoLaunchDefaultTours": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this could be dict, keyed by tour ids:

  "autoLaunchTours": {
      "type": "object",
      "description": "ids of `tours` which should be launched on application startup",
      "additionalProperties": {"type": "boolean"},
      "default": {
        "jupyterlab-tour:welcome": true,
        "jupyterlab-tour:notebook": true
      }
    },

@bollwyvl
Copy link
Contributor

CI is apparently working over on #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants