sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.33k stars 453 forks source link

Jupyter notebook does not start browser after recent MacOS update #23018

Open b06d2ee8-8d2f-4cad-86dc-a19775fb2424 opened 7 years ago

b06d2ee8-8d2f-4cad-86dc-a19775fb2424 commented 7 years ago

On MacOS Sierra 10.12.5, after a security update on May 15th, launching the Jupyter notebook does not manage to start the browser:

┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.0.beta0, Release Date: 2017-03-30               │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.                                            │
└────────────────────────────────────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Warning: this is a prerelease version, and it may be unstable.     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Please wait while the Sage Jupyter Notebook server starts...
[I 10:16:48.221 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
[I 10:16:48.635 NotebookApp] Serving notebooks from local directory: /Users/bergeron
[I 10:16:48.635 NotebookApp] 0 active kernels 
[I 10:16:48.635 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=e102ff6ce922ca02332bdba39942f8067a6e39afd0b84b38
[I 10:16:48.635 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 10:16:48.636 NotebookApp] 

    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://localhost:8888/?token=e102ff6ce922ca02332bdba39942f8067a6e39afd0b84b38
0:97: execution error: "http://localhost:8888/tree?token=a3809a96f4ede2ac412793ce3ccabc1663e3edd7bcb40623" doesn’t understand the “open location” message. (-1708)

Component: user interface

Issue created by migration from https://trac.sagemath.org/ticket/23018

nthiery commented 7 years ago

Description changed:

--- 
+++ 
@@ -1,5 +1,8 @@
-{{{┌────────────────────────────────────────────────────────────────────┐
-│ [SageMath](../wiki/SageMath) version 8.0.beta0, Release Date: 2017-03-30               │
+On MacOS Sierra 10.12.5, after a security update on May 15th, launching the Jupyter notebook does not manage to start the browser:
+
+```
+┌────────────────────────────────────────────────────────────────────┐
+│ SageMath version 8.0.beta0, Release Date: 2017-03-30               │
 │ Type "notebook()" for the browser-based notebook interface.        │
 │ Type "help()" for help.                                            │
 └────────────────────────────────────────────────────────────────────┘
@@ -17,6 +20,7 @@
     Copy/paste this URL into your browser when you connect for the first time,
     to login with a token:
         http://localhost:8888/?token=e102ff6ce922ca02332bdba39942f8067a6e39afd0b84b38
-0:97: execution error: "http://localhost:8888/tree?token=a3809a96f4ede2ac412793ce3ccabc1663e3edd7bcb40623" doesn’t understand the “open location” message. (-1708)}}}
+0:97: execution error: "http://localhost:8888/tree?token=a3809a96f4ede2ac412793ce3ccabc1663e3edd7bcb40623" doesn’t understand the “open location” message. (-1708)
+```

-MacOS Sierra 10.12.5
+
slel commented 5 years ago
comment:2

Has this been solved?