-
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
Cant open my jupyter file - 404 GET /static/components/react/react-dom.production.min.js (::1) 2.84ms #5596
Comments
I've tried this #4771 already, but it still cannot work. Do I ignore anything? |
Hi @MollyBai777 - could you please run |
Hello, @kevin-bates Thanks for responding. Below is the result: Thank you again! |
Thank you. Although this issue should have been addressed via 6.0.1, I would recommend upgrading to the current version (6.0.3) and perhaps that upgrade will resolve this. Please try either of the following, depending on your environment, and we'll go from there:
or, for conda envs,
|
Hi, @kevin-bates I just found that if I launch my terminal from anaconda navigator, then no matter typing "pip install notebook --upgrade" or "conda update -c conda-forge notebook", the terminal cannot run anything. However, if I open the terminal directly and upgrade the version, it works and shows below: Now the jupyter files still can't open. Thank you! |
Since some articles talk about that this problem may result from the wrong default browser, import webbrowser But it still doesn't help. |
Are you still encountering the issue with the |
This looks correct. I don't see the 404 error on the react js file. What happens when you try to open/create a notebook (and what's displayed on the console afterward)? ((When gathering console log information, its more helpful to use select/copy/paste rather than screenshots. That way, if there are items worth googling, its just a matter of selecting them, rather than re-type. Thanks.)) |
No problem. :) It used to open jupyter on Chrome directly, now I need to enter the URL myself, this is a change, but which is ok. The problem is that when I try to open some files, the screen will be blank, and once I open these files, the entire jupyter will be unusable. But if I don't open these files, it will be fine whether I open old files or create new ones.
Thank you so much |
It's strange that you're still missing the file. I don't really know enough about front-end stuff to be of more help here. Did you happen to try the workaround described in #4772 (comment)? The screenshot you provided previously doesn't show the same file (notebook expects the .min.js version) or the correct location - which should be in |
Hi @kevin-bates |
Your OS seems : macOS, Hence, I can't reproduce the same, but in any debian distro in which I have faced the issue [not installing Anaconda], i resolved it using the following commands : Hope it helps. |
Hi @MollyBai777 btw I had the same problem on windows, have you found any solution for this problem...?? |
The same/similar issue just happened on my Linux(Ubuntu) machine when I started a notebook first time in the morning (after suspend):
When I execute I use Ubuntu 22.04, Python 3.11.
|
Downgrade to 6.x helped (suggested here). requirements.txt:
|
Hey, I don't know if this will work for you, but on my machine (Mac OS 14.6, using Firefox 128.0.3), I fixed the problem by running |
Thanks! |
Thanks a lot. It worked for me. |
Thanks a lot. It worked for me. |
404 GET /static/components/react/react-dom.production.min.js (::1) 2.84ms
Does anyone know how to solve this problem? It happened suddenly while I even didn't update or change anything on my jupyter.
I read some said that I need to add “react-dom.production.min.js” file, but cos I am not an experienced jupyter user, I wonder how I can add this file back?
Thanks a lot!
The text was updated successfully, but these errors were encountered: