On Thursday, 28 January 2016 01:30:56 UTC, Juan Luis Varona wrote:
>
>
>
> El miércoles, 27 de enero de 2016, 15:58:01 (UTC+1), Dima Pasechnik 
> escribió:
>>
>>
>>
>> On Wednesday, 27 January 2016 04:10:42 UTC, Juan Luis Varona wrote:
>>>
>>> I have been able to compile Sage 7.0 from the source code in my MacBook 
>>> Air (late 2010).
>>>
>>> Now, it works in Terminal, and if I use notebook() I obtain the 
>>> traditional notebook interface.
>>>
>>> But I do not know how to obtain the SageMath.app. There is a simple 
>>> description of how to do it in any place? (I'm not a prgramming expert)
>>>
>>> Moreover, how is possible to use the jupiter interface?
>>>
>>
>> start sage as follows:
>>
>> /sage --notebook='jupyter'
>>
>> (we need to document this in the reference manual. Now it's only in the 
>> output of "sage -h")
>>  
>>
>
> Thanks for you answer! 
>
> I was thinking that jupyter was going to be the default interface in sage 
> 7.0, as explained in
> https://groups.google.com/forum/#!topic/sage-devel/8erxWppKxXM
> but I'm sure that I do not understand properly.
>
> I have follow what you say, but unfortunately, I got another error message:
>
>
> Last login: Wed Jan 27 04:53:15 on ttys001
>
> AirTeXano:~ jvarona$ cd /Applications/sage-7.0/
>
> AirTeXano:sage-7.0 jvarona$ ./sage --notebook='jupyter'
>
> ┌────────────────────────────────────────────────────────────────────┐
>
> │ SageMath Version 7.0, Release Date: 2016-01-19                     │
>
> │ Type "notebook()" for the browser-based notebook interface.        │
>
> │ Type "help()" for help.                                            │
>
> └────────────────────────────────────────────────────────────────────┘
>
> Please wait while the Sage Notebook server starts...
>
> Traceback (most recent call last):
>
>   File 
> "/Applications/sage-7.0/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).
>
>
> AirTeXano:sage-7.0 jvarona$ 
>

run the following commands in the Terminal
./sage -i openssl
./sage -f python2
 

>
> Too complicate for me...
>
> Juan Luis
>
>

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

Reply via email to