File tree Expand file tree Collapse file tree 18 files changed +252
-0
lines changed
fractals_with_numpy_and_canvas Expand file tree Collapse file tree 18 files changed +252
-0
lines changed Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Altair</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
</ head >
20
30
21
31
< body >
32
+ < dialog id ="loading ">
33
+ < h1 > Loading...</ h1 >
34
+ </ dialog >
35
+
22
36
< nav class ="navbar " style ="background-color: #000000 ">
23
37
< div class ="app-header ">
24
38
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Antigravity</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
</ head >
20
30
21
31
< body >
32
+ < dialog id ="loading ">
33
+ < h1 > Loading...</ h1 >
34
+ </ dialog >
35
+
22
36
< nav class ="navbar " style ="background-color: #000000 ">
23
37
< div class ="app-header ">
24
38
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Bokeh Example</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
29
39
</ head >
30
40
31
41
< body >
42
+ < dialog id ="loading ">
43
+ < h1 > Loading...</ h1 >
44
+ </ dialog >
45
+
32
46
< nav class ="navbar " style ="background-color: #000000 ">
33
47
< div class ="app-header ">
34
48
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > D3 Visualization</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
39
49
</ head >
40
50
41
51
< body >
52
+ < dialog id ="loading ">
53
+ < h1 > Loading...</ h1 >
54
+ </ dialog >
55
+
42
56
< nav class ="navbar " style ="background-color: #000000 ">
43
57
< div class ="app-header ">
44
58
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Folium</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
</ head >
20
30
21
31
< body >
32
+ < dialog id ="loading ">
33
+ < h1 > Loading...</ h1 >
34
+ </ dialog >
35
+
22
36
< nav class ="navbar " style ="background-color: #000000 ">
23
37
< div class ="app-header ">
24
38
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Fractals with NumPy and canvas</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
43
53
</ head >
44
54
45
55
< body >
56
+ < dialog id ="loading ">
57
+ < h1 > Loading...</ h1 >
58
+ </ dialog >
59
+
46
60
< nav class ="navbar " style ="background-color: #000000 ">
47
61
< div class ="app-header ">
48
62
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > PyScript Hello World</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
</ head >
20
30
21
31
< body >
32
+ < dialog id ="loading ">
33
+ < h1 > Loading...</ h1 >
34
+ </ dialog >
35
+
22
36
< nav class ="navbar " style ="background-color: #000000 ">
23
37
< div class ="app-header ">
24
38
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Raycaster Icosahedron</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
25
35
</ head >
26
36
27
37
< body >
38
+ < dialog id ="loading ">
39
+ < h1 > Loading...</ h1 >
40
+ </ dialog >
41
+
28
42
< div class ="container-fluid fixed-top header disable-selection ">
29
43
< div class ="row ">
30
44
< div class ="col "> </ div >
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
< title > Matplotlib</ title >
18
28
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
19
29
</ head >
20
30
21
31
< body >
32
+ < dialog id ="loading ">
33
+ < h1 > Loading...</ h1 >
34
+ </ dialog >
35
+
22
36
< nav class ="navbar " style ="background-color: #000000 ">
23
37
< div class ="app-header ">
24
38
< a href ="/ ">
Original file line number Diff line number Diff line change 14
14
<!-- This script tag bootstraps PyScript -->
15
15
< script type ="module " src ="https://pyscript.net/releases/2023.11.2/core.js "> </ script >
16
16
17
+ <!-- for splashscreen -->
18
+ < style >
19
+ # loading { outline : none; border : none; background : transparent }
20
+ </ style >
21
+ < script type ="module ">
22
+ const loading = document . getElementById ( 'loading' ) ;
23
+ addEventListener ( 'py:ready' , ( ) => loading . close ( ) ) ;
24
+ loading . showModal ( ) ;
25
+ </ script >
26
+
17
27
<!-- will be set via PyDom -->
18
28
< title id ="header-title "> </ title >
19
29
< link rel ="icon " type ="image/png " href ="./assets/favicon.png " />
20
30
</ head >
21
31
22
32
< body >
33
+ < dialog id ="loading ">
34
+ < h1 > Loading...</ h1 >
35
+ </ dialog >
36
+
23
37
< nav class ="navbar " style ="background-color: #000000 ">
24
38
< div class ="app-header ">
25
39
< a href ="/ ">
You can’t perform that action at this time.
0 commit comments