Skip to content

Commit 063be66

Browse files
[pre-commit.ci] pre-commit autoupdate (#243)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ddec6ea commit 063be66

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/kynan/nbstripout
35-
rev: 0.6.1
35+
rev: 0.7.1
3636
hooks:
3737
- id: nbstripout
3838
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

docs/examples/plotting.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "round-optimization",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# plotting quantified data"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "greatest-smart",
14+
"id": "1",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"cell_type": "markdown",
30-
"id": "fuzzy-maintenance",
30+
"id": "2",
3131
"metadata": {},
3232
"source": [
3333
"## load the data"
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": null,
39-
"id": "proved-racing",
39+
"id": "3",
4040
"metadata": {},
4141
"outputs": [],
4242
"source": [
@@ -47,15 +47,15 @@
4747
},
4848
{
4949
"cell_type": "markdown",
50-
"id": "banned-tolerance",
50+
"id": "4",
5151
"metadata": {},
5252
"source": [
5353
"## quantify the data"
5454
]
5555
},
5656
{
5757
"cell_type": "markdown",
58-
"id": "750e0995-b0a7-4302-8780-8c3d1f2a6199",
58+
"id": "5",
5959
"metadata": {},
6060
"source": [
6161
"<div class=\"alert alert-info\">\n",
@@ -66,7 +66,7 @@
6666
{
6767
"cell_type": "code",
6868
"execution_count": null,
69-
"id": "divine-boost",
69+
"id": "6",
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"cell_type": "markdown",
79-
"id": "whole-momentum",
79+
"id": "7",
8080
"metadata": {},
8181
"source": [
8282
"## work with the data"
@@ -85,7 +85,7 @@
8585
{
8686
"cell_type": "code",
8787
"execution_count": null,
88-
"id": "dried-friday",
88+
"id": "8",
8989
"metadata": {},
9090
"outputs": [],
9191
"source": [
@@ -95,7 +95,7 @@
9595
},
9696
{
9797
"cell_type": "markdown",
98-
"id": "14ea5eb8",
98+
"id": "9",
9999
"metadata": {},
100100
"source": [
101101
"Most operations will preserve the units but there are some which will drop them (see the [duck array integration status](https://xarray.pydata.org/en/stable/user-guide/duckarrays.html#missing-features) page). To work around that there are unit-aware versions on the `.pint` accessor. For example, to select data use `.pint.sel` instead of `.sel`:"
@@ -104,7 +104,7 @@
104104
{
105105
"cell_type": "code",
106106
"execution_count": null,
107-
"id": "93e4ca4e",
107+
"id": "10",
108108
"metadata": {},
109109
"outputs": [],
110110
"source": [
@@ -116,7 +116,7 @@
116116
},
117117
{
118118
"cell_type": "markdown",
119-
"id": "still-ebony",
119+
"id": "11",
120120
"metadata": {},
121121
"source": [
122122
"## plot\n",
@@ -127,7 +127,7 @@
127127
{
128128
"cell_type": "code",
129129
"execution_count": null,
130-
"id": "united-machine",
130+
"id": "12",
131131
"metadata": {},
132132
"outputs": [],
133133
"source": [

0 commit comments

Comments
 (0)