Skip to content

Commit 1d60a5e

Browse files
committed
Added new video links
1 parent 431888d commit 1d60a5e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

examples/tutorials/z_other_tutorials/video_tutorial_model_1.py

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@
207207
# Video tutorial 6: 3D visualization
208208
# """"""""""""""""""""""""""""""""""
209209

210+
# %%
211+
#.. raw:: html
212+
#
213+
# <iframe width="560" height="315"
214+
# src="https://www.youtube.com/embed/MHEUQpVeSoQ"
215+
# title="YouTube video player"
216+
# frameborder="0"
217+
# allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
218+
# allowfullscreen>
219+
# </iframe>
220+
221+
210222
# Display the result in 3d
211223
gpv.plot_3d(geo_model, show_lith=True, show_boundaries=True, ve=None)
212224

@@ -223,6 +235,19 @@
223235
# Video tutorial 7: Topography
224236
# """""""""""""""""""""""""""""""
225237

238+
239+
# %%
240+
#.. raw:: html
241+
#
242+
# <iframe width="560" height="315"
243+
# src="https://www.youtube.com/embed/FtAbUhwhiXE"
244+
# title="YouTube video player"
245+
# frameborder="0"
246+
# allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
247+
# allowfullscreen>
248+
# </iframe>
249+
250+
226251
# Setting a randomly generated topography
227252
import numpy as np
228253

0 commit comments

Comments
 (0)