Skip to content

Commit

Permalink
Fixed docs build error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 25, 2022
1 parent 65c22de commit 84407da
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
21 changes: 20 additions & 1 deletion docs/notebooks/00_key_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,16 @@
"Set the API Key."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3652e224",
"metadata": {},
"outputs": [],
"source": [
"import os"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -578,9 +588,18 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.9.13 ('geo')",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.9.13"
},
"vscode": {
"interpreter": {
"hash": "31f05ea183a4718249d13ada7f166c6bdba1d00716247af5c11c23af8d5923f1"
}
}
},
"nbformat": 4,
Expand Down
21 changes: 20 additions & 1 deletion examples/notebooks/00_key_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,16 @@
"Set the API Key."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b967a7b4",
"metadata": {},
"outputs": [],
"source": [
"import os"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -578,9 +588,18 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.9.13 ('geo')",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.9.13"
},
"vscode": {
"interpreter": {
"hash": "31f05ea183a4718249d13ada7f166c6bdba1d00716247af5c11c23af8d5923f1"
}
}
},
"nbformat": 4,
Expand Down

0 comments on commit 84407da

Please sign in to comment.