Skip to content

Commit 77aa9f1

Browse files
author
Matthias Koeppe
committed
configure --disable-notebook: Disable ipympl
1 parent 94b3aec commit 77aa9f1

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
@@ -507,7 +507,7 @@ AC_ARG_ENABLE([cvxopt],
507507
AC_ARG_ENABLE([notebook],
508508
AS_HELP_STRING([--disable-notebook],
509509
[disable build of the Jupyter notebook and related packages]), [
510-
for pkg in notebook nbconvert beautifulsoup4 sagenb_export nbformat nbclient terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol argon2_cffi webencodings tinycss2; do
510+
for pkg in notebook nbconvert beautifulsoup4 sagenb_export nbformat nbclient terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol argon2_cffi webencodings tinycss2 ipympl; do
511511
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
512512
done
513513
])

0 commit comments

Comments
 (0)