Skip to content

Commit

Permalink
attemp bugfixes for new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Nov 28, 2023
1 parent 5a4e715 commit 722bf85
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 57 deletions.
28 changes: 10 additions & 18 deletions docs/visualization/visualize_neuropixel_probes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -58,7 +58,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand All @@ -79,14 +79,6 @@
"File already exists\n",
"Opening file\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Ignoring cached namespace 'hdmf-common' version 1.1.3 because version 1.5.1 is already loaded.\n",
"Ignoring cached namespace 'core' version 2.2.2 because version 2.5.0 is already loaded.\n"
]
}
],
"source": [
Expand All @@ -108,7 +100,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -122,7 +114,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand All @@ -149,23 +141,23 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
"# the 'markers' parameter will expect an iterable where each point is represented as [x,y,z]\n",
"ccf = CCFWidget(markers=[points])"
"ccf = CCFWidget(markers=points)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 16,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d98b3e86e7614fff8e92fe5cbe433332",
"model_id": "b55788990ec34d83884d65c8f9a39ff8",
"version_major": 2,
"version_minor": 0
},
Expand Down
Loading

0 comments on commit 722bf85

Please sign in to comment.