-
-
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
Bugs in Spyder notebook when installed using pip #441
Comments
Hey @RakhulR, thanks for reporting. I'll move your issue to the Spyder-notebook repository, which is where it really belongs. You'll receive support there from its maintainer. |
I tried to reproduce your issue on Linux, but both undo/redo and shift+enter work for me on Linux. I will try to pip install the package on Windows in a few days and hopefully the issue that you report will appear then. In the mean time, can you please go to the Options menu in the Notebook pane (click on the icon ≡ with three horizontal lines in the upper right corner about the notebook), select Server Info and copy the results here? |
Thanks for your response. The below is the server information form the pc I reported the issue: No QCoreApplication instance found. Application patches not applied. You have to call load_stylesheet function after instantiation of QApplication to take effect. To access the server, open this file in a browser: |
Thanks for the info. I don't understand right away where those errors come from, but there is definitely something wrong. Some messages mention a package |
in the other system The server info from this other system is: No QCoreApplication instance found. Application patches not applied. You have to call load_stylesheet function after instantiation of QApplication to take effect. To access the server, open this file in a browser: |
I did not manage to reproduce exactly the symptoms that you are seeing. However, I tried to install the plugin using pip on Windows several times with different versions and all my attempts were buggy, often so badly that they can't really be used. I tried to find the cause but without success. My investigations have been circling around qtwebengine, but there are too many layers and I can't isolate a simple example exhibiting the bug. I am afraid I have given up on this, because we are changing the build and installation process for Spyder 6 (due in a couple of months) which should bypass the problematic pip modules. In the short term, the only advice I can give you is to install using conda (or mamba), as the qtwebengine package there is more stable in our experience. Sorry that I can't help more. |
Description
What steps will reproduce the problem?
Bug 1: undo and redo not working on cells in spyder-notebook
Bug 2: shortcut for run and advance(shift+enter) in spyder-notebook do not works before entering a cell. ie. just selecting the a cell and pressing shift+center do not run the cell.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: