diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2024-06-04 09:15:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-04 10:09:56 +0700 |
commit | 23f519cea33ea888fb75b664b966692009065e28 (patch) | |
tree | d92c4d543cec1f664bafc839e4e6a5fbf2022282 /development/jupyter-notebook/fix-traitlets-error.patch | |
parent | f66dac19cef4dd21b41917563f5c75cdabc9f312 (diff) |
development/jupyter-notebook: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-notebook/fix-traitlets-error.patch')
-rw-r--r-- | development/jupyter-notebook/fix-traitlets-error.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-notebook/fix-traitlets-error.patch b/development/jupyter-notebook/fix-traitlets-error.patch index b0994d5411..874fc6b3ed 100644 --- a/development/jupyter-notebook/fix-traitlets-error.patch +++ b/development/jupyter-notebook/fix-traitlets-error.patch @@ -1,5 +1,5 @@ ---- a/notebook/notebookapp.py -+++ b/notebook/notebookapp.py +--- a/notebook/notebookapp.py 2023-12-20 18:04:52.352937385 -0800 ++++ b/notebook/notebookapp.py 2023-12-20 18:06:22.564933788 -0800 @@ -1408,7 +1408,7 @@ # and allow jupyter_server contents managers to pass # through. If jupyter_server is not installed, this class @@ -9,8 +9,8 @@ ], config=True, help=_('The notebook manager class to use.') ---- a/notebook/traittypes.py -+++ b/notebook/traittypes.py +--- a/notebook/traittypes.py 2023-12-20 18:08:44.904928112 -0800 ++++ b/notebook/traittypes.py 2023-12-20 18:09:04.503927331 -0800 @@ -1,5 +1,6 @@ import inspect -from traitlets import ClassBasedTraitType, Undefined, warn |