Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 4146d88

Browse files
author
Matthias Koeppe
committed
configure --disable-notebook: Do not disable widgetsnbextension
1 parent 0a83740 commit 4146d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ AC_SUBST([SAGE_SPKG_OPTIONS])
419419
AC_ARG_ENABLE([notebook],
420420
AS_HELP_STRING([--disable-notebook],
421421
[disable build of the Jupyter notebook and related packages]), [
422-
for pkg in notebook nbconvert nbformat tornado terminado send2trash prometheus_client mistune traitlets pandocfilters bleach defusedxml jsonschema widgetsnbextension jupyter_jsmol; do
422+
for pkg in notebook nbconvert nbformat tornado terminado send2trash prometheus_client mistune traitlets pandocfilters bleach defusedxml jsonschema jupyter_jsmol; do
423423
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
424424
done
425425
])

0 commit comments

Comments
 (0)