UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

20 lines (19 loc) 427 B
/* * 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', }, }, };