Story #8762
Updated by Peter Slaughter almost 6 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> <objectFormat>
<formatId>application/x-ipynb+json</formatId> <formatId>application/x-ipynb+json</formatId>
<formatName>Jupyter Notebook</formatName> <formatName>Jupyter Notebook</formatName>
<formatType>DATA</formatType> <formatType>DATA</formatType>
<mediaType name="application/x-ipynb+json"/> <mediaType name="application/x-ipynb+json"/>
<extension>ipynb</extension> <extension>ipynb</extension>
</objectFormat> </objectFormat>
</pre>
not recognized by IANA (https://www.iana.org/assignments/media-types/media-types.xhtml).
The new entry should be:
<pre>
<objectFormat> <objectFormat>
<formatId>application/x-ipynb+json</formatId> <formatId>application/x-ipynb+json</formatId>
<formatName>Jupyter Notebook</formatName> <formatName>Jupyter Notebook</formatName>
<formatType>DATA</formatType> <formatType>DATA</formatType>
<mediaType name="application/x-ipynb+json"/> <mediaType name="application/x-ipynb+json"/>
<extension>ipynb</extension> <extension>ipynb</extension>
</objectFormat> </objectFormat>
</pre>