On Wed, Nov 23, 2016 at 12:11 PM, Jan Groenewald <j...@aims.ac.za> wrote:
>
> Hi
>
> On 23 November 2016 at 22:05, Dima Pasechnik <dimp...@gmail.com> wrote:
>>
>>
>> I understand that opinions on usability of 
>> https://github.com/sagemath/sagenb/tree/newui
>> diverge.  (and with the breakneck speed javascript
>> frameworks are developed, one may ask whether something written in 2012 is 
>> still a great idea)
>>
>> You ask why sagenb is not developed further.
>> 1) the sagenb's design is really dated, and jupyter notebook seems a better 
>> (and much better
>> supported) alternative.
>> 2) Another actively developed alternative is SMCs notebook, which can be run
>> locally.
>
>
> In Africa we have connectivity and power issues, which requires a local 
> notebook.


SMC **can be run locally**:

1. Install docker.

2. Type this (all one line)

    docker run --name=smc -v ~/smc:/projects -p 80:80 -p 443:443
sagemathinc/sagemathcloud

Now you're running SMC locally (visit http://localhost).  See
   https://github.com/sagemathinc/smc/blob/master/src/dev/docker/README.md



-- 
William (http://wstein.org)

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to