@datalayer/core
Version:
[](https://datalayer.io)
20 lines (19 loc) • 427 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',
},
},
};