Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions packages/help-extension/schema/tour.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"tours": [
{
"id": "notebook-v7-welcome",
"label": "Welcome to Notebook v7",
"hasHelpEntry": true,
"steps": [
{
"target": "[data-icon='notebook-ui-components:jupyter']",
"content": "Welcome to Jupyter Notebook v7! Let's take a quick tour.",
"placement": "bottom"
},
{
"target": ".lm-MenuBar-content",
"content": "This is the main menu bar where you can manage files, edit cells, and run your code.",
"placement": "bottom"
},
{
"target": "[data-jp-item-name='save']",
"content": "Click here to save your notebook and create a checkpoint.",
"placement": "bottom"
},
{
"target": ".jp-CodeCell",
"content": "This is a code cell. You can type your Python code here and execute it!",
"placement": "right"
}
]
}
]
}
Loading