Ask Your Question
1

inline help feature not working on jupyter notebook

asked 4 years ago

avi.steiner gravatar image

updated 4 years ago

slelievre gravatar image

In prior Sage things that I've used, to get help with a particular function, say matrix, I would type matrix? then hit tab. However, this isn't working for me in the Jupyter notebook.

Preview: (hide)

Comments

What operating system? How was Sage installed?

slelievre gravatar imageslelievre ( 4 years ago )

@slelievre Windows 10 Enterprise and installed using Sage 9.1 exe with documentation package installed as well.

avi.steiner gravatar imageavi.steiner ( 4 years ago )

@slelievre Just wanted to make sure you saw the above comment.

avi.steiner gravatar imageavi.steiner ( 4 years ago )

What happens if you type matrix? then the "enter" key instead of the "tab" key?

slelievre gravatar imageslelievre ( 4 years ago )
avi.steiner gravatar imageavi.steiner ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

slelievre gravatar image

It depends how you installed Sage.

Many package managers have separate packages for various parts of Sage.

For example in Debian-based GNU/Linux distributions, including Ubuntu, there is a separate package for the SageMath Jupyter kernel, and for the documentation in each language, and for SageTeX.

Select from the list below what you want:

$ sudo apt install \
    sagemath \
    sagemath-jupyter \
    sagemath-doc-de \
    sagemath-doc-en \
    sagemath-doc-fr \
    sagemath-doc-hu \
    sagemath-doc-it \
    sagemath-doc-ja \
    sagemath-doc-pt \
    sagemath-doc-ru \
    sagemath-doc-tr \
    sagetex \
Preview: (hide)
link

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: 407 times

Last updated: Jul 29 '20