Ask Your Question
1

jupyter tutorial

asked 2019-02-06 22:39:13 +0200

brettpim gravatar image

My university department is updating the instance of sagemath that we use to 8.6. This will use the new Jupyter interface. I have two questions about the upgrade:

1) The old instance of sage we are running has many users each with their own notebooks. How do we migrate the multi-user environment to sagemath with Jupyter?

2) All of our sagemath users will need to migrate to using Jupyter. Is there a good tutorial for using sagemath in Jupyter? The http://www.sagemath.org/help.html documentation and tutorials in sagemath's website still are referencing the old notebooks.

thanks brett

edit retag flag offensive close merge delete

Comments

multi-user jupyter means almost certainly setting up jupyterhub: https://jupyter.org/hub .

nbruin gravatar imagenbruin ( 2019-02-07 02:33:08 +0200 )edit

how do we access inline help? previously typing a function then ? [tab] worked right? now it seems to be something different

nate_iverson gravatar imagenate_iverson ( 2019-02-07 23:09:02 +0200 )edit

2 Answers

Sort by » oldest newest most voted
2

answered 2019-02-07 13:31:19 +0200

eric_g gravatar image

Regarding your question no. 2, there is http://doc.sagemath.org/html/en/prep/...

edit flag offensive delete link more
1

answered 2019-02-07 20:24:27 +0200

Sébastien gravatar image

Regarding question 2, I also recommend the User Interface Tour in the Help menu of the Jupyter notebook.

Regarding question 1, for a single user, you may list available legacy Sage notebooks:

sage --notebook=export --list

and you may export a legacy Sage notebook as a Jupyter notebook:

sage --notebook=export --ipynb=Output.ipynb admin:10

This is done automatically if one does:

sage --notebook=export

See the following help messages for more information:

sage --notebook --help
sage --notebook=export --help

Maybe this is useful for the multi-user setup, but I have no experience with such a migration.

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: 2019-02-06 22:39:13 +0200

Seen: 1,057 times

Last updated: Feb 07 '19