File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 72
72
73
73
* ** Breaking** - The ` create_ipyclient_for_server ` and ` get_kernels ` methods were removed.
74
74
* Add ` sig_server_changed ` signal to report when a server was added or removed.
75
+ * Add ` sig_create_env_requested ` and ` sig_import_env_requested ` to request creating or importing a remote environment (they work if the
76
+ Spyder-env-manager plugin is installed).
75
77
* Add ` get_server_name ` method to get a server name given its id.
76
78
* Add ` register_api ` and ` get_api ` methods in order to get and register new rest API modules for the remote client.
77
79
* Add ` get_jupyter_api ` method to get the Jupyter API to interact with a remote Jupyter server.
116
118
aliases are retained for backward compatibility but may be removed in Spyder 7+.
117
119
* Add ` Profile ` constant to ` RunMenuSections ` .
118
120
119
- ### Toolbar
121
+ #### Toolbar
120
122
121
123
* Add ` Profile ` constant to ` ApplicationToolbars ` .
122
124
154
156
#### General API
155
157
156
158
* ** Breaking** - Remove ` old_conf_version ` method from ` SpyderConfigurationAccessor ` .
159
+ * Add ` OptionalPlugins ` enum for plugins that Spyder can rely on to provide additional functionality.
157
160
158
161
----
159
162
You can’t perform that action at this time.
0 commit comments