Skip to content

Commit

Permalink
install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Oct 24, 2024
1 parent 3b17a37 commit 35e274d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/starter_tutorial/minimal_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,33 @@
"```\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install 'scikit-image[data]'"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install matplotlib"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install git+https://github.com/janelia-cellmap/dacapo.git"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 35e274d

Please sign in to comment.