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
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
I found that the plugins system of Spyder is great, you simply need to copy the files to ~/.spyder-py3/plugins folders. However, this process must be done manually. Is it possible to provide a Plugins Panel that you can search and install spyder plugins automatically?
What I mean is something like this: you can simply search a name, find a suitable plugin and click to install the plugin. The following is a screenshot of Sublime Text 3 installing a package Panel for reference.
Versions
Spyder version: 5.0.5
Python version:
Qt version:
PyQt version:
Operating System name/version:
Dependencies
PASTE DEPENDENCIES HERE
The text was updated successfully, but these errors were encountered:
If a plugin is self-contained, installing it is very simple (as you already discovered). However, since Spyder is written in Python, you can use any Python package for a plugin. In that case, things become more complex and we'd need to implement a package manager for our plugins.
This is an short explanation to let you know why it'll take us some time to address this.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
I found that the plugins system of Spyder is great, you simply need to copy the files to
~/.spyder-py3/plugins
folders. However, this process must be done manually. Is it possible to provide a Plugins Panel that you can search and install spyder plugins automatically?What I mean is something like this: you can simply search a name, find a suitable plugin and click to install the plugin. The following is a screenshot of Sublime Text 3 installing a package Panel for reference.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: