-
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
Unable to launch notebook on Windows 10 Python 3.6 #3221
Comments
I notice that the security token doesn't match the token once it gets to the browser. You might copy and pasting the URL exactly into the browser directly. |
Even when I copy paste the URL mentioned after the line Copy/paste this URL ... , I get 302 GET /?token=<token_mentioned_in_copy_paste_link> and nothing gets loaded eventually into the browser. |
Might I suggest a workaround? You can install linux subsystem for windows and run everything from there (https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/) |
We have seen some problems like this with security software, so if you've got any, try disabling it. Other things to try:
I'm puzzled as to why the 302 codes start showing up if the browser can't connect. |
@OrangeBot |
That's weird. I've got no idea what |
I installed |
Maybe try removing them and installing again? Sorry, I'm out of good ideas to try. |
Already tried the same natively and also in Anaconda environment. The problem still persists. |
The same thing was happening to me. Ended up being that nodejs didn't get installed. When I pip installed nodejs, it all worked. |
Thats interesting. The notebook doesn't require nodejs if you install a prebuilt package (you need it to install from Github), and I'm pretty sure you can't install nodejs with pip. So I'm not sure what happened. But I'm glad you got it working! |
I definitely did some sort of nodejs install:
After that, it started working. I was also installing on a clean Windows 10 machine. I suspect there is something about installing into a very fresh Anaconda environment where Jupyter is one of the only things installed. I am also wondering based on some of the path names I see in if there is something specific about 64-bit Anaconda Windows 10 install that is making something not right. |
There's a Python package called nodejs, but it's a binding for nodejs, not nodejs itself. It looks like it's unmaintained, and as far as I know we've never used it, so I don't know why it would make a difference. 😕 |
The more I am looking into this, the more I think something is definitely subtly wrong on this clean install. I think the bogus nodejs install sucked in a dependency that didn't get installed correctly before. I suspect that I may have used a pip install where i should have used a conda install or vice versa. If I can get a clean repro, I'll open a separate issue if it is actually an issue. Basically, I did a clean Anaconda install, then created one environment, then installed some basic libraries like Pandas, Numpy, Scikit Learn, etc, and Jupyter. I will see if I can get it down to a simple repro with Anaconda, 1 env, and Jupyter on a clean install. |
Closing this because Python 3.6 is now end of life (EOL) and Windows 10 reaches EOL in October 2025. Please open if you see this with a supported Python version. |
I am working on Windows 10 machine and trying to run Jupyter Notebook over Python 3.6. However, I get stuck when starting Notebook. Below are the screenshot of cmd and chrome.
After a while, I start seeing 302 GET calls on cmd as below.
I have used Notebook with Python 3.5 and never faced such issues on the same machine. I have no clue why this is happening or how to solve the same. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: