EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Enable upload of Python Notebook files #1372

Closed LucaCinquini closed 6 years ago

LucaCinquini commented 6 years ago

Who: Zed

NCCS has a need to enable upload of files with extension .ipynb

LucaCinquini commented 6 years ago

Implemented by adding the following line to cog/constants.py:

'.ipynb': ['application/x-ipynb+json','application/json','text/plain'],

in VALID_MIME_TYPES dictionary.