Skip to content

Commit ff151af

Browse files
committed
Updated function A to fix bug in edge case. Refactored function B for readability. Removed unused variable.
1 parent 9a8c85f commit ff151af

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

notebooks/Daily Report.ipynb

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "b121b3d9-a634-422d-ad77-6565a2a193c2",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": [
10+
"pip install git+https://github.com/brain-image-library/py-brain-inventory.git"
11+
]
12+
},
13+
{
14+
"cell_type": "code",
15+
"execution_count": null,
16+
"id": "ec311d94-3350-4a60-9418-e934fb65487a",
17+
"metadata": {},
18+
"outputs": [],
19+
"source": [
20+
"import braininventory"
21+
]
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"id": "cd60e1b5-e898-4c20-81fd-61bda774e59c",
27+
"metadata": {},
28+
"outputs": [],
29+
"source": [
30+
"data = braininventory.get.today()\n",
31+
"report = braininventory.get.report()\n",
32+
"report"
33+
]
34+
}
35+
],
36+
"metadata": {
37+
"kernelspec": {
38+
"display_name": "Python 3 (ipykernel)",
39+
"language": "python",
40+
"name": "python3"
41+
},
42+
"language_info": {
43+
"codemirror_mode": {
44+
"name": "ipython",
45+
"version": 3
46+
},
47+
"file_extension": ".py",
48+
"mimetype": "text/x-python",
49+
"name": "python",
50+
"nbconvert_exporter": "python",
51+
"pygments_lexer": "ipython3",
52+
"version": "3.9.13"
53+
}
54+
},
55+
"nbformat": 4,
56+
"nbformat_minor": 5
57+
}

0 commit comments

Comments
 (0)