|
295 | 295 | "deepnote.commands.environments.managePackages.title": "Manage Packages", |
296 | 296 | "deepnote.commands.environments.editName.title": "Rename Environment", |
297 | 297 | "deepnote.commands.environments.refresh.title": "Refresh", |
298 | | - "deepnote.commands.environments.selectForNotebook.title": "Select Environment for Notebook" |
| 298 | + "deepnote.commands.environments.selectForNotebook.title": "Select Environment for Notebook", |
| 299 | + "contributes.walkthroughs.deepnoteWelcome.title": "Get Started with Deepnote", |
| 300 | + "contributes.walkthroughs.deepnoteWelcome.description": "Your first steps to set up and explore Deepnote notebooks in VS Code.", |
| 301 | + "contributes.walkthroughs.deepnoteWelcome.steps.exploreProjects.title": "Explore Your Projects", |
| 302 | + "contributes.walkthroughs.deepnoteWelcome.steps.exploreProjects.description": { |
| 303 | + "message": "Use the Deepnote sidebar to browse, create, import, and organize your projects and notebooks.\n[Open Deepnote Explorer](command:deepnoteExplorer.focus)", |
| 304 | + "comment": ["{Locked='command:deepnoteExplorer.focus'}"] |
| 305 | + }, |
| 306 | + "contributes.walkthroughs.deepnoteWelcome.steps.exploreProjects.media.altText": "The Deepnote Explorer sidebar showing projects and notebooks", |
| 307 | + "contributes.walkthroughs.deepnoteWelcome.steps.notebookBlocks.title": "Create Your First Notebook", |
| 308 | + "contributes.walkthroughs.deepnoteWelcome.steps.notebookBlocks.description": "Deepnote notebooks support multiple block types beyond code — add SQL queries, charts, text, and input widgets to build interactive data apps. Use the cell toolbar or command palette to insert different block types.", |
| 309 | + "contributes.walkthroughs.deepnoteWelcome.steps.notebookBlocks.media.altText": "A Deepnote notebook showing different block types", |
| 310 | + "contributes.walkthroughs.deepnoteWelcome.steps.connectDataSources.title": "Connect to Your Data Sources", |
| 311 | + "contributes.walkthroughs.deepnoteWelcome.steps.connectDataSources.description": "Set up integrations to connect your notebooks to databases, data warehouses, and other services. Query your data directly from SQL blocks.", |
| 312 | + "contributes.walkthroughs.deepnoteWelcome.steps.connectDataSources.media.altText": "The Manage Integrations panel for connecting data sources", |
| 313 | + "contributes.walkthroughs.deepnoteWelcome.steps.setupEnvironment.title": "Set Up a Python Environment", |
| 314 | + "contributes.walkthroughs.deepnoteWelcome.steps.setupEnvironment.description": "Create and manage Python environments for your notebooks. Install packages, configure dependencies, and switch between environments.", |
| 315 | + "contributes.walkthroughs.deepnoteWelcome.steps.setupEnvironment.media.altText": "The Deepnote Environments panel showing available environments" |
299 | 316 | } |
0 commit comments