Skip to content

Commit e78ddd4

Browse files
committed
Set ipykernel to default value
Set ipykernel in tiling notebooks to Set ipykernel to: Python 3 (ipykernel)
1 parent 2e24304 commit e78ddd4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/tiled_processing/rvt_tiled.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"# List of INPUT DATASETS (have to be in this format)\n",
3131
"list_tifs = [\n",
32-
" r\"c:\\test_data\\2022MxCP_1GB\\2022MxCP_E_dem_05m.tif\"\n",
32+
" r\"<PATH_TO_INPUT_FILE>\"\n",
3333
"]"
3434
]
3535
},
@@ -54,7 +54,7 @@
5454
"metadata": {},
5555
"outputs": [],
5656
"source": [
57-
"save_float = False\n",
57+
"save_float = True\n",
5858
"save_vrt = True"
5959
]
6060
},
@@ -169,9 +169,9 @@
169169
],
170170
"metadata": {
171171
"kernelspec": {
172-
"display_name": "aitlas",
172+
"display_name": "Python 3 (ipykernel)",
173173
"language": "python",
174-
"name": "aitlas"
174+
"name": "python3"
175175
},
176176
"language_info": {
177177
"codemirror_mode": {
@@ -183,7 +183,7 @@
183183
"name": "python",
184184
"nbconvert_exporter": "python",
185185
"pygments_lexer": "ipython3",
186-
"version": "3.8.19"
186+
"version": "3.11.11"
187187
}
188188
},
189189
"nbformat": 4,

examples/tiled_processing/rvt_tiled_GUI.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@
124124
],
125125
"metadata": {
126126
"kernelspec": {
127-
"display_name": "aitlas",
127+
"display_name": "Python 3 (ipykernel)",
128128
"language": "python",
129-
"name": "aitlas"
129+
"name": "python3"
130130
},
131131
"language_info": {
132132
"codemirror_mode": {
@@ -138,7 +138,7 @@
138138
"name": "python",
139139
"nbconvert_exporter": "python",
140140
"pygments_lexer": "ipython3",
141-
"version": "3.8.19"
141+
"version": "3.11.11"
142142
}
143143
},
144144
"nbformat": 4,

0 commit comments

Comments
 (0)