On Tue, Feb 4, 2020 at 12:34 AM Fernando Gouvea <fqgou...@colby.edu> wrote:
>
> I typically use Windows, but today I was trying to install Sage on the Mac in 
> one of my classrooms. It turns out to be running OSX 10.13.6, and the only 
> binaries I could find were version 8.7. I managed to download and install 
> those. It runs in a terminal window. The instructions say to type notebook() 
> to get the notebook interface, but that shows a warning that it is deprecated 
> and I should use Jupyter instead. I would like to... but how? I tried to find 
> an answer in the documentation, but so far no luck...
>
> Any clues? Sorry for the dumb question.
in the terminal run

sage -h

it will print a list of options, in particular

--notebook=[...]    -- start the Sage notebook (valid options are
                         'default', 'sagenb', 'jupyter', and 'export')

That is,

sage --notebook=jupyter

is what you'd like

HTH
Dima

>
> Fernando
> --
> ==================================================================
> Fernando Q. Gouvea                                          Editor, MAA 
> Reviews
> Dept of Mathematics and Statistics                     
> http://www.colby.edu/~fqgouvea
> Colby College                                                    
> http://www.maa.org/press/maa-reviews
> Mayflower Hill 5836
> Waterville, ME 04901
>
> A training in mathematics is a prerequisite today for work in almost
> any scientific field, but even for those who are not going to become
> scientists, it is essential because, if it is only through speech that
> we can understand what freedom means, only through mathematics
> can we understand what necessity means.
>   -- W. H. Auden
>
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAPON7s-ecXg_Yvc-Fj2PCLTyir4Yu7uqLOCro9mGW3MGvnLkCA%40mail.gmail.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq3KX7GYsr8BcSV-OCLjhb_JhfCade5yCV9vpAW%3DWftoKg%40mail.gmail.com.

Reply via email to