File tree 2 files changed +37
-0
lines changed
docs/source/knowledgebase
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Causal video resources
2
+
3
+ ## PyMC Videos
4
+
5
+ <style >
6
+ .video-container {
7
+ position : relative ;
8
+ padding-bottom : 56.25% ; /* 16:9 aspect ratio */
9
+ height : 0 ;
10
+ overflow : hidden ;
11
+ max-width : 100% ;
12
+ background : #000 ;
13
+ }
14
+
15
+ .video-container iframe {
16
+ position : absolute ;
17
+ top : 0 ;
18
+ left : 0 ;
19
+ width : 100% ;
20
+ height : 100% ;
21
+ border : 0 ;
22
+ }
23
+ </style >
24
+
25
+ <div class =" video-container " >
26
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/0PQ8BQaDP04?si=O4qb44OBDVn8gqHP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
27
+ </div >
28
+ <br >
29
+ <div class =" video-container " >
30
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/b47wmTdcICE?si=aXufYM8AiHZAQ9Q0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
31
+ </div >
32
+ <br >
33
+ <div class =" video-container " >
34
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/QAzAFess1AA?si=zD6PrljOFUyvjm1I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
35
+ </div >
Original file line number Diff line number Diff line change 6
6
glossary
7
7
design_notation
8
8
quasi_dags.ipynb
9
+ causal_video_resources
10
+
9
11
:::
You can’t perform that action at this time.
0 commit comments