Skip to content

Commit 853b7e7

Browse files
committed
docs: finish fixing up patent_deduplication.ipynb
1 parent 2d95592 commit 853b7e7

File tree

3 files changed

+9
-363
lines changed

3 files changed

+9
-363
lines changed

docs/examples/patent_deduplication.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 1,
12+
"execution_count": null,
1313
"metadata": {},
1414
"outputs": [
1515
{
@@ -22,8 +22,7 @@
2222
}
2323
],
2424
"source": [
25-
"# uncomment and run if mismo is not installed\n",
26-
"%pip install -q mismo ibis-framework[duckdb] altair"
25+
"%pip install mismo[viz] ibis-framework[duckdb] scikit-learn"
2726
]
2827
},
2928
{

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ dependencies = [
4141
viz = [
4242
"altair>=5.0.0",
4343
"ipywidgets>=7.5.1",
44-
"solara>=1.32.1",
44+
# Don't need the full solara package, since we only use from within jupyter,
45+
# and if we install the full package it needs `watchfiles` and other
46+
# packages that don't work in pyodide.
47+
"solara-ui>=1.51.0",
4548
"anywidget>=0.9.18",
4649
]
4750
postal = [
@@ -185,4 +188,4 @@ build-backend = "uv_build"
185188

186189
[tool.uv.build-backend]
187190
module-name = "mismo"
188-
module-root = ""
191+
module-root = ""

0 commit comments

Comments
 (0)