Skip to content

Commit 3e5c025

Browse files
committed
change print_pds_tree to list_available_indexes
1 parent 4ec8b05 commit 3e5c025

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/pds_indexes_examples.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"from planetarypy.pds import (\n",
2929
" get_index,\n",
3030
" list_indexes,\n",
31-
" print_pds_tree,\n",
31+
" list_available_indexes,\n",
3232
" list_instruments,\n",
3333
" list_missions,\n",
3434
")"
@@ -94,7 +94,7 @@
9494
}
9595
],
9696
"source": [
97-
"print_pds_tree()"
97+
"list_available_indexes()"
9898
]
9999
},
100100
{
@@ -1182,9 +1182,9 @@
11821182
],
11831183
"metadata": {
11841184
"kernelspec": {
1185-
"display_name": "py313",
1185+
"display_name": "Python [conda env:py313] *",
11861186
"language": "python",
1187-
"name": "python3"
1187+
"name": "conda-env-py313-py"
11881188
},
11891189
"language_info": {
11901190
"codemirror_mode": {

0 commit comments

Comments
 (0)