Re: [sage-devel] jupyter notebook 6.10.beta4 Ubuntu 14.04

2015-11-15 Thread Jeroen Demeyer

On 2015-11-15 08:07, Bruce Cohen wrote:

Thanks.

  ./sage -p notebook

followed by a

make


Just "make" would have been sufficient. You should *always* run make 
after reinstalling any package.


Jeroen.

--
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.


Re: [sage-devel] jupyter notebook 6.10.beta4 Ubuntu 14.04

2015-11-14 Thread Bruce Cohen
On Sat, Nov 14, 2015 at 3:54 PM, Francois Bissey <
francois.bis...@canterbury.ac.nz> wrote:

>
> > On 15/11/2015, at 12:20, Bruce  wrote:
> >
> >from notebook.notebookapp import NotebookApp
> > ImportError: No module named notebook.notebookapp
> >
>
> It looks like you should re-install the notebook
> ./sage -p notebook
>


Thanks.

 ./sage -p notebook

followed by a

make

did the trick.

-Bruce

-- 
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.


[sage-devel] jupyter notebook 6.10.beta4 Ubuntu 14.04

2015-11-14 Thread Bruce

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.


Re: [sage-devel] jupyter notebook 6.10.beta4 Ubuntu 14.04

2015-11-14 Thread Francois Bissey

> On 15/11/2015, at 12:20, Bruce  wrote:
> 
>from notebook.notebookapp import NotebookApp
> ImportError: No module named notebook.notebookapp
> 

It looks like you should re-install the notebook
./sage -p notebook

The message about ssl is probably boiler plate in case of failure,
whatever the failure.

François

-- 
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.