|
@@
-185,6
+185,12
b' we have added a signature to the notebook, stored in metadata.'
|
|
185
|
185
|
|
|
186
|
186
|
For more information, see :ref:`signing_notebooks`.
|
|
187
|
187
|
|
|
|
188
|
Dashboard "Running" Tab
|
|
|
189
|
-----------------------
|
|
|
190
|
|
|
|
191
|
The dashboard now has a "Running" tab which shows all of the running
|
|
|
192
|
notebooks.
|
|
|
193
|
|
|
188
|
194
|
Other changes
|
|
189
|
195
|
-------------
|
|
190
|
196
|
|
|
@@
-237,6
+243,16
b' Other changes'
|
|
237
|
243
|
transformation machinery in IPython will handle displaying the exception to
|
|
238
|
244
|
the user and resetting state.
|
|
239
|
245
|
|
|
|
246
|
* Calling ``container.show()`` on javascript display is deprecated and will
|
|
|
247
|
trigger errors on future IPython notebook versions. ``container`` now show
|
|
|
248
|
itself as soon as non-empty
|
|
|
249
|
|
|
|
250
|
* Added ``InlineBackend.print_figure_kwargs`` to allow passing keyword arguments
|
|
|
251
|
to matplotlib's ``Canvas.print_figure``. This can be used to change the value of
|
|
|
252
|
``bbox_inches``, which is 'tight' by default, or set the quality of JPEG figures.
|
|
|
253
|
|
|
|
254
|
* A new callback system has been introduced. For details, see :doc:`/config/callbacks`.
|
|
|
255
|
|
|
240
|
256
|
.. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
|
|
241
|
257
|
|
|
242
|
258
|
Backwards incompatible changes
|
|
@@
-280,4
+296,13
b' Backwards incompatible changes'
|
|
280
|
296
|
raw = isp.source_raw
|
|
281
|
297
|
transformed = isp.source_reset()
|
|
282
|
298
|
|
|
|
299
|
* The Azure notebook manager was removed as it was no longer compatible with the notebook storage scheme
|
|
|
300
|
|
|
283
|
301
|
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
|
|
|
302
|
|
|
|
303
|
Simplifying configurable URLs
|
|
|
304
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
305
|
|
|
|
306
|
- base_kernel_url configurable is removed
|
|
|
307
|
- websocket_url configurable is removed
|
|
|
308
|
- base_project_url is renamed to base_url (base_project_url is kept as a deprecated alias, for now)
|