Commit graph

3 commits

Author SHA1 Message Date
nia
807f71704b Use https for jupyter.org. 2019-07-22 08:42:49 +00:00
adam
27448a0ab4 py-nbformat: update to 4.4.0
4.4.0:
- Explicitly state that metadata fields can be ignored.
- Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
- Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
  metadata fields to indicate hiding source and outputs areas. **NB**: These
  fields should not be used to hide elements in exported formats.
- Fix ending the redundant storage of signatures in the signature database.
- :func:`nbformat.validate` can be set to not raise a ValidationError if
  additional properties are included.
- Fix for errors with connecting and backing up the signature database.
- Dict-like objects added to NotebookNode attributes are now transformed to be
  NotebookNode objects; transformation also works for `.update()`.
2017-10-17 18:30:02 +00:00
markd
3262f8171a Add py-nbformat 4.3.0
This package contains the base implementation of the Jupyter Notebook format,
and Python APIs for working with notebooks.
2017-04-23 05:00:06 +00:00