On Sat, Oct 29, 2016 at 3:39 AM, Matthias Bussonnier < [email protected]> wrote:
> 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. > I don't think this is quite accurate. Safari is one of the officially supported browsers, and is the one I would recommend to any Mac user. I believe the file-extension thing in this case is because we are declaring the mime-type to be application/json, when it should probably be something notebook-specific, such as `application/vnd.jupyter.notebook+json`. I think if we did that, Safari wouldn't add the json extension. -Min > > Thanks, > -- > Matthias > > On Wed, Oct 26, 2016 at 3:48 PM, Gideon Simpson > <[email protected]> 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 [email protected]. > > To post to this group, send email to [email protected]. > > 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/CANJQusXMCxX1tOX_UrGepKjcXRxA8ZucD19O8vvcFpyiGW > LoNw%40mail.gmail.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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BXx9f0ichYO7XM%2BV-r0HJb-kRqLbVb%3D12-Qxddq3E-oPw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
