Skip to content

Commit

Permalink
add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Nov 8, 2023
1 parent d152eb5 commit bf54746
Show file tree
Hide file tree
Showing 9 changed files with 845 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ parts:
- file: notebooks/01-intro/unstructured-grid-overview
- file: notebooks/01-intro/data-structures
- file: notebooks/01-intro/plot-api

- caption: Methods for Unstructured Grid Visualization
chapters:
- file: notebooks/02-methods/template

- caption: Visualization Libraries & Rendering Techniques
chapters:
- file: notebooks/03-libraries/template

- caption: Grid Topology Visualization
chapters:
- file: notebooks/04-topology/nodes
- file: notebooks/04-topology/edges

- caption: Data Variable Visualization
chapters:
- file: notebooks/05-data-vars/polygons
- file: notebooks/05-data-vars/triangles
- file: notebooks/05-data-vars/point-raster

- caption: Performance & Data Fidelity Considerations
chapters:
- file: notebooks/06-considerations/template
105 changes: 105 additions & 0 deletions notebooks/01-intro/data-structures.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Data Structures"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---"
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"# code and content goes here"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
},
"nbdime-conflicts": {
"local_diff": [
{
"diff": [
{
"diff": [
{
"key": 0,
"op": "addrange",
"valuelist": [
"Python 3"
]
},
{
"key": 0,
"length": 1,
"op": "removerange"
}
],
"key": "display_name",
"op": "patch"
}
],
"key": "kernelspec",
"op": "patch"
}
],
"remote_diff": [
{
"diff": [
{
"diff": [
{
"key": 0,
"op": "addrange",
"valuelist": [
"Python3"
]
},
{
"key": 0,
"length": 1,
"op": "removerange"
}
],
"key": "display_name",
"op": "patch"
}
],
"key": "kernelspec",
"op": "patch"
}
]
},
"toc-autonumbering": false
},
"nbformat": 4,
"nbformat_minor": 4
}
105 changes: 105 additions & 0 deletions notebooks/01-intro/plot-api.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plot API"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---"
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"# code and content goes here"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
},
"nbdime-conflicts": {
"local_diff": [
{
"diff": [
{
"diff": [
{
"key": 0,
"op": "addrange",
"valuelist": [
"Python 3"
]
},
{
"key": 0,
"length": 1,
"op": "removerange"
}
],
"key": "display_name",
"op": "patch"
}
],
"key": "kernelspec",
"op": "patch"
}
],
"remote_diff": [
{
"diff": [
{
"diff": [
{
"key": 0,
"op": "addrange",
"valuelist": [
"Python3"
]
},
{
"key": 0,
"length": 1,
"op": "removerange"
}
],
"key": "display_name",
"op": "patch"
}
],
"key": "kernelspec",
"op": "patch"
}
]
},
"toc-autonumbering": false
},
"nbformat": 4,
"nbformat_minor": 4
}
105 changes: 105 additions & 0 deletions notebooks/01-intro/unstructured-grid-overview.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Unstructured Grid Overview"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---"
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"# code and content goes here"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
},
"nbdime-conflicts": {
"local_diff": [
{
"diff": [
{
"diff": [
{
"key": 0,
"op": "addrange",
"valuelist": [
"Python 3"
]
},
{
"key": 0,
"length": 1,
"op": "removerange"
}
],
"key": "display_name",
"op": "patch"
}
],
"key": "kernelspec",
"op": "patch"
}
],
"remote_diff": [
{
"diff": [
{
"diff": [
{
"key": 0,
"op": "addrange",
"valuelist": [
"Python3"
]
},
{
"key": 0,
"length": 1,
"op": "removerange"
}
],
"key": "display_name",
"op": "patch"
}
],
"key": "kernelspec",
"op": "patch"
}
]
},
"toc-autonumbering": false
},
"nbformat": 4,
"nbformat_minor": 4
}
Loading

0 comments on commit bf54746

Please sign in to comment.