Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent ce08d9e commit 949af9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ repos:

# Strip output from Jupyter notebooks
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout

Expand Down
20 changes: 10 additions & 10 deletions tests/minimal-notebook/data/notebook_math.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "a69ceb22",
"id": "0",
"metadata": {},
"source": [
"# A simple SymPy example"
]
},
{
"cell_type": "markdown",
"id": "3c43c88e",
"id": "1",
"metadata": {},
"source": [
"First we import SymPy and initialize printing:"
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7b561917",
"id": "2",
"metadata": {
"jupyter": {
"outputs_hidden": false
Expand All @@ -33,7 +33,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d6454356-d5a6-481f-aaac-9abcc101026a",
"id": "3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "fbe0a2f3",
"id": "4",
"metadata": {},
"source": [
"Create a few symbols:"
Expand All @@ -51,7 +51,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c99d7f17",
"id": "5",
"metadata": {
"jupyter": {
"outputs_hidden": false
Expand All @@ -64,7 +64,7 @@
},
{
"cell_type": "markdown",
"id": "f61dddac",
"id": "6",
"metadata": {},
"source": [
"Here is a basic expression:"
Expand All @@ -73,7 +73,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0cfde73c",
"id": "7",
"metadata": {
"jupyter": {
"outputs_hidden": false
Expand All @@ -88,7 +88,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "cb7eb1ad",
"id": "8",
"metadata": {
"jupyter": {
"outputs_hidden": false
Expand All @@ -102,7 +102,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "07441ea9",
"id": "9",
"metadata": {
"jupyter": {
"outputs_hidden": false
Expand Down

0 comments on commit 949af9b

Please sign in to comment.