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

jupyter is missing react component #241

Closed
ltalirz opened this issue Jun 30, 2020 · 2 comments
Closed

jupyter is missing react component #241

ltalirz opened this issue Jun 30, 2020 · 2 comments
Assignees

Comments

@ltalirz
Copy link
Member

ltalirz commented Jun 30, 2020

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

@chrisjsewell
Copy link
Member

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

@chrisjsewell
Copy link
Member

closed in marvel-nccr/ansible-role-aiida#41

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

3 participants