File tree Expand file tree Collapse file tree 6 files changed +161
-11
lines changed Expand file tree Collapse file tree 6 files changed +161
-11
lines changed Original file line number Diff line number Diff line change 7
7
8
8
- caption : Foundations
9
9
chapters :
10
- - file : notebooks/01-foundations/intro-to- unstructured-grids
11
- - file : notebooks/01-foundations/plotting
10
+ - file : notebooks/01-foundations/unstructured-grids
11
+ - file : notebooks/01-foundations/plotting-libs
12
12
- file : notebooks/01-foundations/rendering-techniques
13
13
14
-
15
14
- caption : Introduction to UXarray
16
15
chapters :
17
- - file : notebooks/02-intro-to-uxarray/grids
16
+ - file : notebooks/02-intro-to-uxarray/grid
18
17
- file : notebooks/02-intro-to-uxarray/uxds-uxda
19
18
20
-
21
19
- caption : Plotting with UXarray
22
20
chapters :
23
21
- file : notebooks/03-plotting-with-uxarray/grid-viz
24
22
25
-
26
23
- caption : Climate Model Output Visualization Examples
27
24
chapters :
28
- - file : notebooks/o4 -climate-model-examples/e3sm
25
+ - file : notebooks/04 -climate-model-examples/e3sm
29
26
30
- - caption : Visualization Package Compatibility
27
+ - caption : Compatibility with Visualization Packages
31
28
chapters :
32
- - file : notebooks/01-intro/01-unstructured-grid-overview
33
-
29
+ - file : notebooks/05-viz-packages/matplotlib
30
+ - file : notebooks/05-viz-packages/datashader
31
+ - file : notebooks/05-viz-packages/lonboard
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
"metadata" : {},
5
5
"cell_type" : " markdown" ,
6
6
"source" : [
7
- " # ``ux. UxDataArray`` & ``ux. UxDataset``\n " ,
7
+ " # ``UxDataArray`` & ``UxDataset``\n " ,
8
8
" ---"
9
9
],
10
10
"id" : " defae8d5978518cb"
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "metadata" : {},
5
+ "cell_type" : " markdown" ,
6
+ "source" : [
7
+ " # Datashader\n " ,
8
+ " ---"
9
+ ],
10
+ "id" : " 9320edea162f109d"
11
+ },
12
+ {
13
+ "metadata" : {
14
+ "ExecuteTime" : {
15
+ "end_time" : " 2024-11-04T20:08:23.394487Z" ,
16
+ "start_time" : " 2024-11-04T20:08:23.391186Z"
17
+ }
18
+ },
19
+ "cell_type" : " code" ,
20
+ "source" : " # todo" ,
21
+ "id" : " 781f47a67aa5e115" ,
22
+ "outputs" : [],
23
+ "execution_count" : 1
24
+ },
25
+ {
26
+ "metadata" : {},
27
+ "cell_type" : " code" ,
28
+ "outputs" : [],
29
+ "execution_count" : null ,
30
+ "source" : " " ,
31
+ "id" : " ad31d371e468bdf0"
32
+ }
33
+ ],
34
+ "metadata" : {
35
+ "kernelspec" : {
36
+ "display_name" : " Python 3" ,
37
+ "language" : " python" ,
38
+ "name" : " python3"
39
+ },
40
+ "language_info" : {
41
+ "codemirror_mode" : {
42
+ "name" : " ipython" ,
43
+ "version" : 2
44
+ },
45
+ "file_extension" : " .py" ,
46
+ "mimetype" : " text/x-python" ,
47
+ "name" : " python" ,
48
+ "nbconvert_exporter" : " python" ,
49
+ "pygments_lexer" : " ipython2" ,
50
+ "version" : " 2.7.6"
51
+ }
52
+ },
53
+ "nbformat" : 4 ,
54
+ "nbformat_minor" : 5
55
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "metadata" : {},
5
+ "cell_type" : " markdown" ,
6
+ "source" : [
7
+ " # Lonboard\n " ,
8
+ " ---"
9
+ ],
10
+ "id" : " 342496cb5a083961"
11
+ },
12
+ {
13
+ "metadata" : {},
14
+ "cell_type" : " code" ,
15
+ "outputs" : [],
16
+ "execution_count" : null ,
17
+ "source" : " " ,
18
+ "id" : " f2548d72573ff8fd"
19
+ }
20
+ ],
21
+ "metadata" : {
22
+ "kernelspec" : {
23
+ "display_name" : " Python 3" ,
24
+ "language" : " python" ,
25
+ "name" : " python3"
26
+ },
27
+ "language_info" : {
28
+ "codemirror_mode" : {
29
+ "name" : " ipython" ,
30
+ "version" : 2
31
+ },
32
+ "file_extension" : " .py" ,
33
+ "mimetype" : " text/x-python" ,
34
+ "name" : " python" ,
35
+ "nbconvert_exporter" : " python" ,
36
+ "pygments_lexer" : " ipython2" ,
37
+ "version" : " 2.7.6"
38
+ }
39
+ },
40
+ "nbformat" : 4 ,
41
+ "nbformat_minor" : 5
42
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "metadata" : {},
5
+ "cell_type" : " markdown" ,
6
+ "source" : [
7
+ " # Matplotlib\n " ,
8
+ " ---"
9
+ ],
10
+ "id" : " 603ede925041bb57"
11
+ },
12
+ {
13
+ "metadata" : {
14
+ "ExecuteTime" : {
15
+ "end_time" : " 2024-11-04T20:08:11.699420Z" ,
16
+ "start_time" : " 2024-11-04T20:08:11.696372Z"
17
+ }
18
+ },
19
+ "cell_type" : " code" ,
20
+ "source" : " # todo" ,
21
+ "id" : " 32f286fdac3a7845" ,
22
+ "outputs" : [],
23
+ "execution_count" : 1
24
+ },
25
+ {
26
+ "metadata" : {},
27
+ "cell_type" : " code" ,
28
+ "outputs" : [],
29
+ "execution_count" : null ,
30
+ "source" : " " ,
31
+ "id" : " ed0beab11ed42e3f"
32
+ }
33
+ ],
34
+ "metadata" : {
35
+ "kernelspec" : {
36
+ "display_name" : " Python 3" ,
37
+ "language" : " python" ,
38
+ "name" : " python3"
39
+ },
40
+ "language_info" : {
41
+ "codemirror_mode" : {
42
+ "name" : " ipython" ,
43
+ "version" : 2
44
+ },
45
+ "file_extension" : " .py" ,
46
+ "mimetype" : " text/x-python" ,
47
+ "name" : " python" ,
48
+ "nbconvert_exporter" : " python" ,
49
+ "pygments_lexer" : " ipython2" ,
50
+ "version" : " 2.7.6"
51
+ }
52
+ },
53
+ "nbformat" : 4 ,
54
+ "nbformat_minor" : 5
55
+ }
You can’t perform that action at this time.
0 commit comments