Can't launch Jupyter Notebook
I tried to install tensorflow then the numpy doesn't work. So I reinstalled numpy then jupyter notebook doesn't work at all. Whenever I open or create a new ipynb file the service will be diconnected and such error pops out:
Bad file descriptor (D:\bld\zeromq_1605919615529\work\src\epoll.cpp:100)
Then jupyter crashes :(
*Attach a screen shot*

To Reproduce
Expected behavior
Open an ipynb file normally.
Screenshots
This is the error from the prompt

Desktop (please complete the following information):
Additional context
I uninstalled jupyter and conda and re-install them but it doesn't work. I still get the same error.
Hi @CarlatBuffalo - Could you please include a screen-scrape of the entire traceback information - not just the Bad file descriptor message? That should provide some additional details that might help others identify the issue.
I had the same problem.But,If you use base (root) this environment can be used normally.Here is the wrong message.


Issue solved today. I tried the following command to reinstall jupyter then it somehow works.
pip install --upgrade --force-reinstall --no-cache-dir jupyter
Most helpful comment
Hi @CarlatBuffalo - Could you please include a screen-scrape of the entire traceback information - not just the
Bad file descriptormessage? That should provide some additional details that might help others identify the issue.