I am a Mac user, but it looks like Mac OS X 10.11 is a pain for SageMath, 
so I am playing with using a virtual machine and Ubuntu 14.04.  I was able 
to 
build  6.10.beta4 but I get an error message (see below) when I try running 
Jupyter.   I did 

ubuntu:~/src/sage-6.10.beta4> sudo apt-get install libssl-dev

and

ubuntu:~/src/sage-6.10.beta4> sage -f python2

before running 

ubuntu:~/src/sage-6.10.beta4> ./sage --notebook=ipython

and got the same message.

Note: Jupyter runs fine using the prebuilt 6.9 on this machine.

ubuntu:~/bin/sage-prebuilt/sage-6.9-x86_64-Linux> ./sage --notebook=ipython





Any help will be appreciated.

-Bruce


--------------------------


ubuntu:~/src/sage-6.10.beta4> ./sage --notebook=ipython
┌────────────────────────────────────────────────────────────────────┐
│ SageMath Version 6.10.beta4, Release Date: 2015-11-12              │
│ 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 Notebook server starts...
Traceback (most recent call last):
  File 
"/home/wwadmin/src/sage-6.10.beta4/local/lib/python2.7/site-packages/sage/repl/ipython_kernel/install.py",
 
line 266, in have_prerequisites
    from notebook.notebookapp import NotebookApp
ImportError: No module named notebook.notebookapp

The Jupyter notebook requires ssl, even if you do not use
https. Install the openssl development packages in your system and
then rebuild Python (sage -f python2).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to