New features
Consoles
menu to start a new console for a specific
Conda or Pyenv environment.Consoles > New console in remote server
.runfile
, debugfile
, runcell
and related commands into IPython magics.Important fixes
~/.bashrc
or ~/.zhrc
are detected and
passed to the IPython console.Preferences > Plugins
.UX/UI improvements
fcitx-qt5
as a new dependency (in conda environments only).fzf
package is installed).Preferences > Appearance
.New, updated and removed plugins
New API features
SpyderPluginV2.get_description
must be a static method and
SpyderPluginV2.get_icon
a class or static method. This is necessary to
display the list of available plugins in Preferences in a more user-friendly
way (see PR PR 21101 for
the details).SpyderPlugin
and SpyderPluginWidget
are no longer exposed in the public
API. They will be removed in Spyder 6.1.SpyderComboBox
or related subclasses in
spyder.api.widgets.comboboxes
. Comboboxes that inherit directly from
QComboBox
won't follow Spyder's graphical style.SpyderMenu
in spyder.api.widgets.menus
.SpyderDialogButtonBox
in
spyder.api.widgets.dialogs
.spyder.api.fonts
to get and set the fonts used
in Spyder in different widgets.spyder.api.shortcuts
to get and set keyboard
shortcuts.AsyncDispatcher
was added to spyder.api.asyncdispatcher
to run asyncio
code in Spyder. Only Qt signals can be attached to asyncio
future.add_done_callback
calls to avoid segfaults.ShellConnectStatusBarWidget
was added to spyder.api.shellconnect.status
to create status bar widgets connected to the current console.Full release notes: https://github.com/spyder-ide/spyder/blob/master/changelogs/Spyder-6.md
spyder-kernels
3.0.0 (2024-08-29)New features
comm_handler
decorator.runfile
, debugfile
and runcell
commands to IPython magics.Please login to add feedback.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi