avantol commited on
Commit
8ca18bd
·
1 Parent(s): 20dc524

fix(notebook): add install for interactive widget

Browse files
Files changed (1) hide show
  1. ai_assisted_data_curation.ipynb +13 -3
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": "markdown",
51
- "id": "2",
 
52
  "metadata": {},
 
53
  "source": [
54
- "## Setup"
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
  {