Skip to content
Open
Changes from all 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
14 changes: 14 additions & 0 deletions tribe_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@
"!uv pip install \"tribev2[plotting] @ git+https://github.com/facebookresearch/tribev2.git\""
]
},
{
"cell_type": "markdown",
"id": "e27cab4b",
"metadata": {},
"source": [
"> **⚠️ Important: Restart Runtime Required**\n",
">\n",
"> After running the installation cell above, you must **restart the Colab runtime** before continuing:\n",
">\n",
"> `Menu > Runtime > Restart runtime`\n",
">\n",
Comment thread
Amrit-R-M marked this conversation as resolved.
"> This ensures the updated NumPy version loads correctly. Skipping this step causes `ImportError: cannot import name '_center' from 'numpy._core.umath'`."
]
},
{
"cell_type": "markdown",
"id": "45e1d595",
Expand Down