Skip to content

Commit

Permalink
docs: add nbsphinx execute instruction for notebook 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jul 31, 2024
1 parent d8c8098 commit 4bebd52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions examples/11_Extracting_information_from_the_view.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,7 @@
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
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 4bebd52

Please sign in to comment.