Skip to content

The library dependency mathjaxutils has moved in newer releases of jupyter notebook 6.x.xΒ #125

@takato1314

Description

@takato1314

Currently, I am using Jupyter Notebook 6.1.6 with nbextensions. While opening the notebook page, I face the following issues complaining that the mathjaxutils is not found.
image

After some investigations, it is found that the Jupyter Notebook developers has moved the mathjaxutils.js file from static/notebook/js/mathjaxutils to static/base/js/mathjaxutils.js from this commit.

Due to this change, the configurator also need to change the from the old path notebook/js/mathjaxutils to base/js/mathjaxutils.js to load the dependency correctly:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions