On 2015-10-05 22:56, Eric Gourgoulhon wrote:
But the problem is still there: ./sage -n jupyter results in the same error message.
OK, first verify that you're on the correct Sage version: $ cat VERSION.txt This should output something like Sage version 6.9.rc1, released 2015-10-01 Next, properly build Sage: $ ./configure && make Try it again: $ ./sage --python >>> from notebook.notebookapp import NotebookApp -- You received this message because you are subscribed to the Google Groups "sage-release" 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]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
