ryanvolz / radioconda

Software radio distribution and installer for conda
Other
340 stars 39 forks source link

Spyder IDE #84

Closed urima closed 1 month ago

urima commented 5 months ago

Hello,

Please add spyder IDE to radioconda package. If it is too heavy, please consider to add spyker-kernels.

The problem is that even if I use the spyder from anaconda and choose the intepeter as radioconda python the console says there is no spyder-kernels.

Thanks, Uri

ryanvolz commented 4 months ago

It's probably a bit heavy to add spyder for everyone, but post-installation should be straightforward. What you need to do is activate your radioconda environment in a console and run mamba install spyder-kernels. Alternatively, you can install spyder directly into that environment and run it from there with mamba install spyder, so you wouldn't need a separate installation from Anaconda.