Skip to content
New issue

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

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

Closed
takato1314 opened this issue Dec 31, 2020 · 13 comments

Comments

@takato1314
Copy link

takato1314 commented Dec 31, 2020

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

@Ubisoft-potato
Copy link

@takato1314 I tried your solution , and i change the Render.js file's notebook/js/mathjaxutils to base/js/mathjaxutils finally solve the problem , Thanks!

@takato1314
Copy link
Author

You're welcome. Glad that solved your problem too.

@lzyjxqt
Copy link

lzyjxqt commented Jan 4, 2021

@takato1314 I tried your solution , and i change the Render.js file's notebook/js/mathjaxutils to base/js/mathjaxutils finally solve the problem , Thanks!

It's also work for me. Thanks a lot.

@lzyjxqt
Copy link

lzyjxqt commented Jan 4, 2021

You're welcome. Glad that solved your problem too.

Refer to wrong man. Thanks.

@amodaugustin
Copy link

you can find your render.js using find . -name render.js and update which is relevant

@Oleg-dM
Copy link

Oleg-dM commented Jan 6, 2021

on Windows, found render.js in
AppData\Local\Programs\Python\Python38\Lib\site-packages\jupyter_nbextensions_configurator\static\nbextensions_configurator\render

made the change and it worked!

@chebee7i
Copy link

chebee7i commented Jan 11, 2021

Ping? Can we get this fixed/integrated?

@jizhihaoSAMA
Copy link

jizhihaoSAMA commented Jan 11, 2021

Oh, I'm stuck here one day! This is the first time I use Jupyter Notebook.Because of this ,I can't use extension.Thank you, you save my days!

@takato1314
Copy link
Author

Just create a quick PR to get this merged, hopefully there are still people here who can help to merge the PR.

@Zsailer
Copy link

Zsailer commented Jan 14, 2021

This issue should be fixed in notebook>=6.2.0, thanks to jupyter/notebook#5934.

@takato1314
Copy link
Author

takato1314 commented Jan 14, 2021

Ok i will close my PR and this ticket then since it was not needed anymore with the fix above.

@Olave
Copy link

Olave commented Jan 29, 2021

It's also work for me. Thanks a lot.

@ebabak
Copy link

ebabak commented Jan 19, 2022

on Windows, found render.js in AppData\Local\Programs\Python\Python38\Lib\site-packages\jupyter_nbextensions_configurator\static\nbextensions_configurator\render

made the change and it worked!

Hi, I'm fairly new to Jupyter. What exactly I should do(windows) should I copy this file somewhere?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants