-
Notifications
You must be signed in to change notification settings - Fork 5k
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
add missing react-dom js to package data #4772
Conversation
how can i insall 6.0.1 version |
As a workaround I grabbed the file from: https://unpkg.com/react-dom@16/umd/react-dom.production.min.js and copied it into the jupyter static package tree .../site_packages/notebook/static/components/react |
There is no 6.0.1 release yet, should we start planning/preparing one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
i am putting the file in the new env. i do not get the error but opening a new notebook does not work. |
I also have this issue. Where can I find ".../site_packages/notebook/static/components/react" to place the react-dom.production.min.js file? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jeremysze I found the directory here and the error of missing this file is gone. but now I'm getting a new error of missing file maybe this will help in fixing yours |
This pull request has been mentioned on Jupyter Community Forum. There might be relevant details there: https://discourse.jupyter.org/t/jupyter-notebook-error-message/1858/2 |
Where can I find the directory on a mac? |
@neilkatin @VipinindKumar couldn't find the folder named notebook. I have no problem locating site_packages. I am currently running python 3.5 on Raspberry Pi and I also ran into the same jupyter notebook issus. Any thoughts? Thank you! |
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/notebook/static/components/react |
I had the same problem in the case where JN was started when a particular
|
Do you figure it out? |
this file was omitted when react was added, so it is not installed.
closes #4771