Skip to content

Commit

Permalink
test track: notebooks added to smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaPavlenko committed Oct 28, 2024
1 parent 4592ce7 commit 65afcc4
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/UsageAnalysis/files/Test Track/Notebooks/Create.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ equations, visualizations and narrative text.
---
{
"order": 1,
"datasets": [
"System:DemoFiles/demog.csv"
"datasets": ["System:DemoFiles/demog.csv"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1. Go to **Browse > Platform > Notebooks**.
2. Type "demog" in the search field to find the connection from the previous step.
3. On the Context Panel, check all tabs for Notebook.
4. Near the search field, click the **Filter templates** icon and check its content.
5. On the **Menu Ribbon**, click **New Notebook**.
---
{
"order": 3
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code,
equations, visualizations and narrative text.

1. Open linked datasets
2. Right-click the table view title and select **Open in Notebook** from the context menu
3. On the top toolbar, click the **HTML** button.
4. On the top toolbar, click the **Download** button and download the created notebook in all suggested formats.

---
{
"order": 1,
"datasets": ["System:DemoFiles/demog.csv"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1. Go to **Browse > Platform > Notebooks**.
2. Find Notebook from the previous steps.
3. Right-click it and select **Delete** from the context menu.
4. In the confirmation dialog, click YES.
5. Check that notebook has been deleted and is no longer present.
---
{
"order": 4
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
1. Go to **Browse > Platform > Notebooks**
2. Find the Notebook from the previous step by "demog" name (named according to the name of the table for which it was created).
3. Double-click it.
4. On the Menu Ribbon, click the **Edit** button.
5. Add the next code to the Notebook body:
```
race= demog[‘RACE’]
race.describe()
```
6. On the Menu Ribbon, click the **Play** button.
---
{
"order": 2
}

0 comments on commit 65afcc4

Please sign in to comment.