Skip to content

Commit

Permalink
fix find notebook and some errors related to db_name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmayd committed Dec 8, 2023
1 parent 263da5f commit f897c77
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 164 deletions.
11 changes: 2 additions & 9 deletions nb/02_cube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"c = Cube(name=\"23211BJ001\")"
"c = Cube(name=\"22922KJ001\")"
]
},
{
Expand All @@ -30,7 +30,7 @@
"metadata": {},
"outputs": [],
"source": [
"c.get_data()"
"c.get_data() # TODO: currently broken?"
]
},
{
Expand Down Expand Up @@ -87,13 +87,6 @@
"\n",
"pprint(c.metadata)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit f897c77

Please sign in to comment.