Skip to content

Commit 949af9b

Browse files
[pre-commit.ci] pre-commit autoupdate (#2090)
1 parent ce08d9e commit 949af9b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ repos:
130130

131131
# Strip output from Jupyter notebooks
132132
- repo: https://github.com/kynan/nbstripout
133-
rev: 0.6.1
133+
rev: 0.7.1
134134
hooks:
135135
- id: nbstripout
136136

tests/minimal-notebook/data/notebook_math.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "a69ceb22",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# A simple SymPy example"
99
]
1010
},
1111
{
1212
"cell_type": "markdown",
13-
"id": "3c43c88e",
13+
"id": "1",
1414
"metadata": {},
1515
"source": [
1616
"First we import SymPy and initialize printing:"
@@ -19,7 +19,7 @@
1919
{
2020
"cell_type": "code",
2121
"execution_count": null,
22-
"id": "7b561917",
22+
"id": "2",
2323
"metadata": {
2424
"jupyter": {
2525
"outputs_hidden": false
@@ -33,7 +33,7 @@
3333
{
3434
"cell_type": "code",
3535
"execution_count": null,
36-
"id": "d6454356-d5a6-481f-aaac-9abcc101026a",
36+
"id": "3",
3737
"metadata": {},
3838
"outputs": [],
3939
"source": [
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"cell_type": "markdown",
45-
"id": "fbe0a2f3",
45+
"id": "4",
4646
"metadata": {},
4747
"source": [
4848
"Create a few symbols:"
@@ -51,7 +51,7 @@
5151
{
5252
"cell_type": "code",
5353
"execution_count": null,
54-
"id": "c99d7f17",
54+
"id": "5",
5555
"metadata": {
5656
"jupyter": {
5757
"outputs_hidden": false
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"cell_type": "markdown",
67-
"id": "f61dddac",
67+
"id": "6",
6868
"metadata": {},
6969
"source": [
7070
"Here is a basic expression:"
@@ -73,7 +73,7 @@
7373
{
7474
"cell_type": "code",
7575
"execution_count": null,
76-
"id": "0cfde73c",
76+
"id": "7",
7777
"metadata": {
7878
"jupyter": {
7979
"outputs_hidden": false
@@ -88,7 +88,7 @@
8888
{
8989
"cell_type": "code",
9090
"execution_count": null,
91-
"id": "cb7eb1ad",
91+
"id": "8",
9292
"metadata": {
9393
"jupyter": {
9494
"outputs_hidden": false
@@ -102,7 +102,7 @@
102102
{
103103
"cell_type": "code",
104104
"execution_count": null,
105-
"id": "07441ea9",
105+
"id": "9",
106106
"metadata": {
107107
"jupyter": {
108108
"outputs_hidden": false

0 commit comments

Comments
 (0)