Skip to content

Commit

Permalink
included Pkg.add() to be able to run notebook from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
Issa Hanou committed Jan 18, 2024
1 parent 7ab782e commit 080bb10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/tutorials/advanced_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 169,
"metadata": {},
"outputs": [],
"source": [
"using Pkg\n",
"Pkg.add([\"HerbGrammar\", \"HerbData\", \"HerbSearch\", \"HerbInterpret\", \"HerbConstraints\"])\n",
"using HerbGrammar, HerbData, HerbSearch, HerbInterpret, HerbConstraints"
]
},
Expand Down

0 comments on commit 080bb10

Please sign in to comment.