Story #8762
Add new formats to CN
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-02-07
Due date:
% Done:
0%
Story Points:
Sprint:
Description
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:
<objectFormat>
<formatId>application/x-ipynb+json</formatId>
<formatName>Jupyter Notebook</formatName>
<formatType>DATA</formatType>
<mediaType name="application/x-ipynb+json"/>
<extension>ipynb</extension>
</objectFormat>
History
#1 Updated by Peter Slaughter almost 6 years ago
- Description updated (diff)
#2 Updated by Peter Slaughter almost 6 years ago
- Description updated (diff)