Skip to content

Commit

Permalink
upgrade siibra as first step in #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dickscheid committed Jun 18, 2024
1 parent b5bfae4 commit 2053265
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 01-BasicConcepts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"## Import siibra"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# first off, update siibra to latest release\n",
"!pip install -U siibra"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -29,7 +39,8 @@
"source": [
"# We populate the cache with common data items here, so we need not wait later on.\n",
"# This is not usually needed - siibra fetches data only as needed.\n",
"siibra.warm_cache()"
"with siibra.QUIET:\n",
" siibra.warm_cache()"
]
},
{
Expand Down

0 comments on commit 2053265

Please sign in to comment.