First time here? Check out the FAQ!

Ask Your Question
0

Installing and running JupyterLab for SageMath in Windows

asked 4 years ago

anonymous user

Anonymous

updated 4 years ago

slelievre gravatar image

I already followed following process I installed jupyterlab from SageMath console by command pip install jupyterlab. But when I am typing n jupyterlab in sage console then error of invalid syntax is coming.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 4 years ago

slelievre gravatar image

Installing Sage using the Sage-Windows installer usually places several icons on the desktop:

  • SageMath x.y --- to launch the Sage REPL (i.e. "read-eval-print loop" or "command-line interface")
  • SageMath x.y Notebook --- to launch Jupyter Notebook and run Sage there
  • SageMath x.y Shell --- to run the "Sage shell" inside Cygwin

In the Sage shell, one can type pip install jupyterlab or sage -i jupyterlab_widgets which will install JupyterLab and its widgets (useful in order to use sage interacts in Jupyter sheets running in JupyterLab).

To run JupyterLab after installing it, open the Sage shell and run

 jupyter lab
Preview: (hide)
link

Comments

Thanks for the answer

RG gravatar imageRG ( 4 years ago )

If it answers the question you can accept it by clicking the check mark at the top left of the answer below the answer's score.

That will mark the question as solved.

slelievre gravatar imageslelievre ( 4 years ago )

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: 4 years ago

Seen: 3,950 times

Last updated: Feb 12 '21