@datalayer/core
Version:
**Datalayer Core**
20 lines (19 loc) • 435 B
JavaScript
/*
* Copyright (c) 2023-2025 Datalayer, Inc.
* Distributed under the terms of the Modified BSD License.
*/
export const WELCOME_RUNTIME_TOUR_NAME = "welcome-runtime";
export const BOOTSTRAP_USER_ONBOARDING = {
clients: {
"Platform": 0,
"JupyterLab": 0,
"CLI": 0,
"VSCode": 0,
},
position: 'top',
tours: {
"welcome-runtime": {
status: "ready",
},
},
};