Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Apr 1, 2024
1 parent 9908437 commit d36d27c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions notebooks/creating_catalogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@
"source = intake.open_csv('inventory.csv',\n",
" csv_kwargs={'keep_default_na': False})\n",
"source.name = 'data_dictionary'\n",
"source.description = 'Describes the data in the hrrrzarr source'\n",
"\n",
"source.read()"
"source.description = 'Describes the data in the hrrrzarr source'"
]
},
{
Expand Down Expand Up @@ -463,7 +461,7 @@
},
"outputs": [],
"source": [
"cat.data_dictionary.read()"
"cat.data_dictionary"
]
},
{
Expand Down Expand Up @@ -520,7 +518,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.5"
"version": "3.12.2"
},
"nbdime-conflicts": {
"local_diff": [
Expand Down

0 comments on commit d36d27c

Please sign in to comment.