Project

General

Profile

Story #8762

Updated by Peter Slaughter about 5 years ago

Add a new formatId for Python notebooks: application/x-ipynb+json. This is the current popular Media Type for Python notebooks (https://jupyter.readthedocs.io/en/latest/reference/mimetype.html), but as it has the 'x-' prefix it is 'unregistered' and
not recognized by IANA (https://www.iana.org/assignments/media-types/media-types.xhtml).

The new entry should be:
<pre>

<objectFormat>
<formatId>application/x-ipynb+json</formatId>
<formatName>Jupyter Notebook</formatName>
<formatType>DATA</formatType>
<mediaType name="application/x-ipynb+json"/>
<extension>ipynb</extension>
</objectFormat>
</pre>


Back

Add picture from clipboard (Maximum size: 14.8 MB)