-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add
id
-field and import to nbexport
- Adds `id` field to exported notebooks. For more information see: https://jupyter.org/enhancement-proposals/62-cell-id/cell-id.html - Import specific exception directly from `nbclient` as a workaround for `nbconvert` not importing it anymore since jupyter/nbconvert@a7df9af .
- Loading branch information
1 parent
e06ee1c
commit 229b0cb
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
sphinx_lfs_content==1.0.0 | ||
matplotlib | ||
nbclient>=0.5.0 | ||
nbconvert | ||
nbformat | ||
numpy | ||
|