You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently just installed Spyder using the standalone installer. I want to say thank you and great job to the developers who are working hard on this project. Spyder is a great IDE to use.
My issue is that I cannot import the module "utility" in Spyder. I used pip to install the module into my virtual environment and have restarted Spyder. I did not run into this issue when I installed other modules such as cvxpy and pennylane.
Also, I would love to work with notebooks in Spyder. I have installed spyder-notebook plugin but Spyder is not detecting it. I read in a blog that this was an issue with Spyder 5 but plugins should work with Spyder 6. Any help with this is appreciated.
Hi @JacksonPhoong thank you for the report! Seems like you have a virtual environment with Spyder and your dependencies installed and also Spyder from our standalone installers. If you want to use spyder-notebook and be able to use the packages mentioned I think you would need to launch Spyder from a cmd/terminal with your env activated. The standalone version of Spyder doesn't support plugins installations for the moment and although it comes with some base predefined packages installed, to use other packages like (utility) you will need to set a custom interpreter over the preferences pointing to the env you have the packages installed. For more info on that you can check the FAQ page of the Spyder docs page could be useful: https://docs.spyder-ide.org/current/faq.html#using-spyder
Description
What steps will reproduce the problem?
I recently just installed Spyder using the standalone installer. I want to say thank you and great job to the developers who are working hard on this project. Spyder is a great IDE to use.
My issue is that I cannot import the module "utility" in Spyder. I used pip to install the module into my virtual environment and have restarted Spyder. I did not run into this issue when I installed other modules such as cvxpy and pennylane.
Also, I would love to work with notebooks in Spyder. I have installed spyder-notebook plugin but Spyder is not detecting it. I read in a blog that this was an issue with Spyder 5 but plugins should work with Spyder 6. Any help with this is appreciated.
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: