Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions notebooks/Colab_inference_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/MMathisLab/CellSeg3d/blob/main/Notebooks/Colab_inference_demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/AdaptiveMotorControlLab/CellSeg3d/blob/main/Notebooks/Colab_inference_demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
Comment thread
C-Achard marked this conversation as resolved.
Outdated
]
},
{
Expand Down Expand Up @@ -54,8 +54,16 @@
"outputs": [],
"source": [
"# @markdown ##Install CellSeg3D and grab demo data\n",
"!curl -LsSf https://astral.sh/uv/install.sh | sh\n",
"import os\n",
Comment thread
C-Achard marked this conversation as resolved.
Outdated
"\n",
"os.environ[\"PATH\"] += \":/root/.local/bin\"\n",
Comment thread
C-Achard marked this conversation as resolved.
Outdated
"\n",
"# Clone CellSeg3D\n",
"!git clone https://github.com/AdaptiveMotorControlLab/CellSeg3d.git --branch main --single-branch ./CellSeg3D\n",
"!pip install napari-cellseg3d"
"\n",
"# Install with uv\n",
"!uv pip install napari-cellseg3d"
]
},
{
Expand Down
Loading