feat(notebook): fix install and improve docs
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": "markdown",
|
| 21 |
"id": "2",
|
|
@@ -61,7 +69,7 @@
|
|
| 61 |
"metadata": {},
|
| 62 |
"outputs": [],
|
| 63 |
"source": [
|
| 64 |
-
"%pip install
|
| 65 |
]
|
| 66 |
},
|
| 67 |
{
|
|
|
|
| 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": "197ad41c",
|
| 22 |
+
"metadata": {},
|
| 23 |
+
"source": [
|
| 24 |
+
"> NOTE: If using Google Colab, ensure you select a runtime with TPU or GPU capabilities for best performance."
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
{
|
| 28 |
"cell_type": "markdown",
|
| 29 |
"id": "2",
|
|
|
|
| 69 |
"metadata": {},
|
| 70 |
"outputs": [],
|
| 71 |
"source": [
|
| 72 |
+
"%pip install anywidget"
|
| 73 |
]
|
| 74 |
},
|
| 75 |
{
|