Skip to content

Commit

Permalink
ci: remove notebook 11 from nbsphinx instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jul 31, 2024
1 parent 5304abb commit 13ac895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/11_Extracting_information_from_the_view.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
}
],
"metadata": {
"language_info": {
"name": "python"
"nbsphinx": {
"execute": "never"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 13ac895

Please sign in to comment.