Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions examples/notebook_vars.ipynb
Original file line number Diff line number Diff line change
@@ -1,29 +1,40 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "[![preview notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/jupyter-utils/blob/main/examples/notebook_vars.ipynb)",
"id": "26e17254b10dd25c"
},
{
"cell_type": "code",
"execution_count": 1,
"id": "51913260-f89a-4237-bc7b-af5a0b1785f9",
"metadata": {},
"outputs": [],
"metadata": {
"ExecuteTime": {
"end_time": "2025-03-17T21:21:03.536202Z",
"start_time": "2025-03-17T21:21:03.532101Z"
}
},
"source": [
"a = 44\n",
"b = 666\n",
"c = a + b"
]
],
"outputs": [],
"execution_count": 1
}
],
"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",
Expand Down
26 changes: 18 additions & 8 deletions examples/show_anim.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"[![preview notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/jupyter-utils/blob/main/examples/show_anim.ipynb)\n",
"[![launch on mybinder.org](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/jupyter-utils.git/main?urlpath=lab/tree/examples/show_anim.ipynb)\n",
"[![launch on Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/jupyter-utils/blob/main/examples/show_anim.ipynb)"
],
"id": "92a0453490f52d49"
},
{
"metadata": {},
"cell_type": "markdown",
Expand All @@ -9,8 +19,8 @@
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-02-01T22:23:16.472235Z",
"start_time": "2025-02-01T22:23:16.456835Z"
"end_time": "2025-03-17T21:18:15.803961Z",
"start_time": "2025-03-17T21:18:15.799308Z"
}
},
"cell_type": "code",
Expand All @@ -21,15 +31,15 @@
],
"id": "d41b854cda925a83",
"outputs": [],
"execution_count": 34
"execution_count": 1
},
{
"cell_type": "code",
"id": "51913260-f89a-4237-bc7b-af5a0b1785f9",
"metadata": {
"ExecuteTime": {
"end_time": "2025-02-01T22:23:18.125637Z",
"start_time": "2025-02-01T22:23:16.479605Z"
"end_time": "2025-03-17T21:18:18.048792Z",
"start_time": "2025-03-17T21:18:15.812928Z"
}
},
"source": [
Expand Down Expand Up @@ -58,19 +68,19 @@
{
"data": {
"text/plain": [
"HTML(value=\"<a href='./tmpea9wyojw.gif' target='_blank'>./tmpea9wyojw.gif</a><br>\")"
"HTML(value=\"<a href='./tmpt9cejwz7.gif' target='_blank'>./tmpt9cejwz7.gif</a><br>\")"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "a026010e0e53477e825dc0071b67f5fe"
"model_id": "882c9be3f58b4c709ee59e76fcd4d355"
}
},
"metadata": {},
"output_type": "display_data"
}
],
"execution_count": 35
"execution_count": 2
}
],
"metadata": {
Expand Down
10 changes: 10 additions & 0 deletions examples/show_plot.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"[![preview notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/jupyter-utils/blob/main/examples/show_plot.ipynb)\n",
"[![launch on mybinder.org](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/jupyter-utils.git/main?urlpath=lab/tree/examples/show_plot.ipynb)\n",
"[![launch on Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/jupyter-utils/blob/main/examples/show_plot.ipynb)"
],
"id": "59673cecc8ef571f"
},
{
"metadata": {},
"cell_type": "markdown",
Expand Down