Ask Your Question
1

Does the pre-built binary bundle of sage-math come with Jupyter ? [closed]

asked 4 years ago

l3gi0n gravatar image

updated 0 years ago

12345678910

Preview: (hide)

Closed for the following reason duplicate question by l3gi0n
close date 2024-08-15 21:23:20.853337

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

slelievre gravatar image

updated 4 years ago

Jupyter is included.

Once you have downloaded and extracted the binary bundle, place an alias to the sage executable somewhere in your path, for instance by running this in the terminal (adapt DIR as needed):

$ DIR=/home/you/SageMath
$ sudo ln -s $DIR/sage /usr/local/bin

This makes it easy to run Sage in the terminal by running sage from anywhere.

To start Jupyter, use one of the following commands in the terminal:

$ sage -n jupyter
$ sage --jupyter notebook

Note: you can also install JupyterLab.

To install JupyterLab for Sage <= 9.2.beta10:

$ sage --pip install jupyterlab

To install JupyterLab for Sage >= 9.2.beta11:

$ sage -i jupyterlab_widgets

Then start it with one of the following commands in the terminal:

$ sage -n jupyterlab
$ sage --jupyter lab
Preview: (hide)
link

Question Tools

Stats

Asked: 4 years ago

Seen: 380 times

Last updated: Aug 15 '24