Ask Your Question
1

Mac SageMath 8.1 ... live tutorial?

asked 2018-01-26 02:25:50 +0200

JPEG gravatar image

I launch the Mac SageMath 8.1 binary and I get a browser window labelled "Home" with a URL of localhost:8890/tree?token=nnnn.... ("Jupyter" appears at the top of this page)

When I choose "New->SageMath 8.1->Help->Sage Tutorial" I get "static" tutorial pages with non-executable/non-evaluatable inputs.

About a year ago, I had a pre-Jupyter Sage installation and I worked through portions of a "live," interactive tutorial.

In SageMath 8.1 on a Mac, how do I get to the live, interactive tutorial?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-01-28 02:18:16 +0200

slelievre gravatar image

updated 2018-01-28 02:21:47 +0200

Live documentation in the Jupyter notebook is work in progress, see Sage trac ticket #24593.

In the meanwhile, you can still launch the legacy "SageNB" notebook.

For this, open a terminal and run

sage -n sagenb

If "sage" is not in your PATH, you may instead have to do

/Applications/SageMath.app/Contents/Resources/sage -n sagenb.

Or, from a Jupyter notebook worksheet using the SageMath kernel, run

!sage -n sagenb

(in Sage, whether in the Sage REPL or in a SageNB worksheet or in a Jupyter worksheet, starting a command by ! lets you execute a terminal command).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-01-26 02:25:50 +0200

Seen: 282 times

Last updated: Jan 28 '18