Skip to content

Commit

Permalink
docs: hide download bar
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jun 3, 2023
1 parent 3f5d3b0 commit 8369da5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/tutorials/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,11 @@
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"metadata": {
"tags": [
"hide-output"
]
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -339,8 +343,15 @@
"\n",
"nlp = dacy.load(\"small\")\n",
"text = \"Danmarks dronning bor i København\"\n",
"\n",
"doc = nlp(text)\n",
"doc = nlp(text)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"\n",
"displacy.render(doc, style=\"ent\")\n",
"\n",
Expand Down

0 comments on commit 8369da5

Please sign in to comment.