Thanks for the report,
Unfortunately as far as I remember there is nothing we can do about this.
Safari is known to have many problems with Jupyter Notebook in general,
and is not one of the browser we recommend.
Thanks,
--
Matthias
On Wed, Oct 26, 2016 at 3:48 PM, Gideon Simpson
<gideon....@gmail.com> wrote:
> I'm finding that if I download notebook as a .ipynb file while using Safari
> it appends the .json extension to it. This problem does not occur if I use
> another browser.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscribe@googlegroups.com.
> To post to this group, send email to jup...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/571b829b-e0cf-4a4b-88da-953a8e84a30f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CANJQusXMCxX1tOX_UrGepKjcXRxA8ZucD19O8vvcFpyiGWLoNw%40mail.gmail.com.
it should probably be something notebook-specific, such as `application/vnd.jupyter.notebook+json`.
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qh2zDLThwTfNJsV8733nJQuFdDjtDWdjtzkt28UDFEhUQ%40mail.gmail.com.
This PR fixes the file-extension-adding on Safari by declaring the correct mime-type.
-MinRK