fix(notebook): add install for interactive widget
Browse files
ai_assisted_data_curation.ipynb
CHANGED
|
@@ -16,6 +16,14 @@
|
|
| 16 |
"This notebook demonstrates the AI-Assisted Data Curation Toolkit. It is capable of suggesting harmonizations from a source data model into a target data model using AI-backed approaches, but leaving the expert curator in complete control."
|
| 17 |
]
|
| 18 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
{
|
| 20 |
"cell_type": "code",
|
| 21 |
"execution_count": null,
|
|
@@ -47,11 +55,13 @@
|
|
| 47 |
]
|
| 48 |
},
|
| 49 |
{
|
| 50 |
-
"cell_type": "
|
| 51 |
-
"
|
|
|
|
| 52 |
"metadata": {},
|
|
|
|
| 53 |
"source": [
|
| 54 |
-
"
|
| 55 |
]
|
| 56 |
},
|
| 57 |
{
|
|
|
|
| 16 |
"This notebook demonstrates the AI-Assisted Data Curation Toolkit. It is capable of suggesting harmonizations from a source data model into a target data model using AI-backed approaches, but leaving the expert curator in complete control."
|
| 17 |
]
|
| 18 |
},
|
| 19 |
+
{
|
| 20 |
+
"cell_type": "markdown",
|
| 21 |
+
"id": "2",
|
| 22 |
+
"metadata": {},
|
| 23 |
+
"source": [
|
| 24 |
+
"## Setup"
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
{
|
| 28 |
"cell_type": "code",
|
| 29 |
"execution_count": null,
|
|
|
|
| 55 |
]
|
| 56 |
},
|
| 57 |
{
|
| 58 |
+
"cell_type": "code",
|
| 59 |
+
"execution_count": null,
|
| 60 |
+
"id": "870dd9bd",
|
| 61 |
"metadata": {},
|
| 62 |
+
"outputs": [],
|
| 63 |
"source": [
|
| 64 |
+
"%pip install anywidgets"
|
| 65 |
]
|
| 66 |
},
|
| 67 |
{
|