Skip to content

Commit e49aa32

Browse files
committed
Update (very old) notebook for v2 installation
1 parent bd4e0c1 commit e49aa32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

medcat-trainer/notebook_docs/Train_MedCAT_Models.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"cell_type": "code",
28-
"execution_count": 2,
28+
"execution_count": null,
2929
"metadata": {},
3030
"outputs": [
3131
{
@@ -177,7 +177,7 @@
177177
],
178178
"source": [
179179
"# install medcat\n",
180-
"!pip install medcat\n",
180+
"!pip install \"medcat[spacy,meta-cat,rel-cat,deid]>=2.0.0\"\n",
181181
"# scispacy medium models\n",
182182
"!pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.2.5/en_core_sci_md-0.2.5.tar.gz\n",
183183
"# ipywidgets\n",

0 commit comments

Comments
 (0)