We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use sage_combinat_widgets on voila, the following message appears on the browser console:
The resource from “http://localhost:8888/voila/sage-combinat-widgets.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
(although there is no such file in the code)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Dockerfile FROM sagemath/sagemath:9.1.rc5 RUN sage -pip install --upgrade jupyter_core jupyter_server nbformat nbclient nbconvert pygments voila RUN sage -pip install --upgrade ipywidgets sage_combinat_widgets ENTRYPOINT /usr/bin/sage -n jupyter --ip=0.0.0.0 --port=8888
docker build, and docker run with -ti -p8888:8888
-ti -p8888:8888
Open a Sagemath notebook, and type:
from sage_combinat_widgets import * GridViewWidget(Partition([4,3]))
voila
Sorry, something went wrong.
No branches or pull requests
When trying to use sage_combinat_widgets on voila, the following message appears on the browser console:
(although there is no such file in the code)
The text was updated successfully, but these errors were encountered: