Skip to content

Commit b11a65b

Browse files
committed
explore: additional testing to prepare for upgrading BrainAtlas to implement bg-atlas
1 parent d62d78d commit b11a65b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
-11.6 MB
Binary file not shown.
7.04 KB
Binary file not shown.

Pipelines/test_conversion.ipynb

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@
44
"cell_type": "code",
55
"execution_count": null,
66
"metadata": {},
7-
"outputs": [],
8-
"source": []
7+
"outputs": [
8+
{
9+
"ename": "",
10+
"evalue": "",
11+
"output_type": "error",
12+
"traceback": [
13+
"\u001b[1;31mRunning cells with 'brainatlas-venv' requires the ipykernel package.\n",
14+
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
15+
"\u001b[1;31mCommand: 'c:/proj/VBL/BrainAtlas/Pipelines/brainatlas-venv/Scripts/python.exe -m pip install ipykernel -U --force-reinstall'"
16+
]
17+
}
18+
],
19+
"source": [
20+
"from bg_atlasapi import show_atlases\n",
21+
"show_atlases()"
22+
]
923
}
1024
],
1125
"metadata": {
@@ -16,7 +30,7 @@
1630
},
1731
"language_info": {
1832
"name": "python",
19-
"version": "3.10.2"
33+
"version": "3.9.7"
2034
},
2135
"orig_nbformat": 4,
2236
"vscode": {

0 commit comments

Comments
 (0)