We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec8b05 commit 3e5c025Copy full SHA for 3e5c025
notebooks/pds_indexes_examples.ipynb
@@ -28,7 +28,7 @@
28
"from planetarypy.pds import (\n",
29
" get_index,\n",
30
" list_indexes,\n",
31
- " print_pds_tree,\n",
+ " list_available_indexes,\n",
32
" list_instruments,\n",
33
" list_missions,\n",
34
")"
@@ -94,7 +94,7 @@
94
}
95
],
96
"source": [
97
- "print_pds_tree()"
+ "list_available_indexes()"
98
]
99
},
100
{
@@ -1182,9 +1182,9 @@
1182
1183
"metadata": {
1184
"kernelspec": {
1185
- "display_name": "py313",
+ "display_name": "Python [conda env:py313] *",
1186
"language": "python",
1187
- "name": "python3"
+ "name": "conda-env-py313-py"
1188
1189
"language_info": {
1190
"codemirror_mode": {
0 commit comments