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
It seems the jupyter notebook version we are using is missing some react component, leading to errors like
404 GET /static/components/react/react-dom.production.min.js (127.0.0.1) 1.40ms referer=http://localhost:8888/tree?token=487bb33a0f44488ae91e98424ab6aa7d6c4dfcbdbbe95254
when using the jupyter file browser.
The solution seems to be:
wget https://unpkg.com/react-dom@16/umd/react-dom.production.min.js cp react-dom.production.min.js /home/max/.virtualenvs/aiida/lib/python3.6/site-packages/notebook/static/components/react/
(worked for me on the VM).
See jupyter/notebook#4772 for more info
The text was updated successfully, but these errors were encountered:
As per #237 Note that I haven't actually encountered this error in any of my testing, with newest VM build. @mbercx also look out for this
@ltalirz maybe if I give you a new VM to test if you still can replicate these issues
Sorry, something went wrong.
closed in marvel-nccr/ansible-role-aiida#41
chrisjsewell
borellim
No branches or pull requests
It seems the jupyter notebook version we are using is missing some react component, leading to errors like
when using the jupyter file browser.
The solution seems to be:
(worked for me on the VM).
See jupyter/notebook#4772 for more info
The text was updated successfully, but these errors were encountered: