mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Update docs/source/extending/contents.rst
Co-Authored-By: Zachary Sailer <zachsailer@gmail.com>
This commit is contained in:
parent
4c0d055546
commit
24e4a2e4f5
@ -79,7 +79,7 @@ model. There are three model types: **notebook**, **file**, and **directory**.
|
||||
|
||||
- ``file`` models
|
||||
- The ``format`` field is either ``"text"`` or ``"base64"``.
|
||||
- The ``mimetype`` field is can be any mimetype string, but defaults to
|
||||
- The ``mimetype`` field can be any mimetype string, but defaults to
|
||||
``text/plain`` for text-format models and
|
||||
``application/octet-stream`` for base64-format models.
|
||||
- The ``content`` field is always of type ``unicode``. For text-format
|
||||
|
Loading…
Reference in New Issue
Block a user