-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Not working on Windows 10 for spyder-notebook-0.3.1 #336
Comments
Thanks for your report. Can you please go to the Options menu (hamburger icon with three horizontal lines) in the notebook pane and click on "Server info"? That should show any error messages from the server. Let me know what you find. If you don't know where the Options menu is, look at our Quickstart guide and click "Next" until you are at step 4. |
Thanks. Unfortunately, that does not really help me to figure out what is going wrong. Perhaps the notebook server is not installed correctly. Did you upgrade spyder-notebook, or is this the first time that you installed it? I think I will have to install the exact same versions as you with pip on Windows and see whether it works for me. |
Yes, I installed it on a new machine. |
Hi, I am now facing a similar issue of this 2017 issue. After I start spyder with spyder-notebok plugin installed, it says
Also, when I switch to Notebook pane, the
untitled0
is blank and cannot be edited.I can run
jupyter notebook
but many of my ports are in use, butjupyter notebook
can still find an unoccupied port (8977) and lunched successfully. I've also tried to modify the default port of jupyter notebook to 8977 so it can save time try unused port one after one. Because I know spyder notebook will wait 25 seconds at most.I've also tried open
jupyter notebook
in another cmd but didn't help.spyder-notebook is my first spyder plugin and no other plugin is installed.
I'm using
pipenv
, every packages are installed bypip
.version info:
OS: Windows 10
Python: 3.8.6
pip: 20.2.4
The text was updated successfully, but these errors were encountered: