Skip to content

Commit

Permalink
Merge pull request #30 from coppeliaMLA/api_changes
Browse files Browse the repository at this point in the history
Modified code to account for change in API output
  • Loading branch information
coppeliaMLA authored Oct 30, 2023
2 parents 57e0fd6 + 6d56a3c commit 03f16ed
Show file tree
Hide file tree
Showing 10 changed files with 2,459 additions and 1,006 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ build/
.vscode/

jupyter_notebooks/archive/

jupyter_notebooks/debugs/
File renamed without changes.
14 changes: 7 additions & 7 deletions jupyter_notebooks/connecting_to_the_barb_api_using_python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"id": "5b8df422-cc3d-4ba6-8b56-9ea09ec861ff",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -56,7 +56,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"id": "55309433-0176-4ce7-aebe-0897071ea01f",
"metadata": {},
"outputs": [],
Expand All @@ -83,7 +83,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"id": "04f18439-ddf5-4164-b0ab-638d134330b9",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -470,7 +470,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"id": "1d9c1dfe",
"metadata": {},
"outputs": [],
Expand All @@ -496,7 +496,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 7,
"id": "5d9ac66f",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -576,7 +576,7 @@
" 'Network - Wales']"
]
},
"execution_count": 5,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -602,7 +602,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 03f16ed

Please sign in to comment.