From 0f478c5562e68158fe61fc9d759b0cee494e99f8 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Wed, 31 Jul 2024 17:24:03 +0200 Subject: [PATCH] ci: remove notebook 11 from nbsphinx instructions --- examples/11_Extracting_information_from_the_view.ipynb | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/11_Extracting_information_from_the_view.ipynb b/examples/11_Extracting_information_from_the_view.ipynb index a23d456a..7efaadab 100644 --- a/examples/11_Extracting_information_from_the_view.ipynb +++ b/examples/11_Extracting_information_from_the_view.ipynb @@ -250,8 +250,8 @@ } ], "metadata": { - "language_info": { - "name": "python" + "nbsphinx": { + "execute": "never" } }, "nbformat": 4, diff --git a/package.json b/package.json index 858575cc..ce787738 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "ruff check --fix" ], "*ipynb": - "python3 -m jupyter nbconvert --clear-output --ClearMetadataPreprocessor.enabled=True --ClearMetadataPreprocessor.preserve_cell_metadata_mask='[(\"nbsphinx\")]' --inplace" + "python3 -m jupyter nbconvert --clear-output --ClearMetadataPreprocessor.enabled=True --ClearMetadataPreprocessor.preserve_nb_metadata_mask=nbsphinx --inplace" } }