Ask Your Question
1

inline help feature not working on jupyter notebook

asked 2020-07-29 18:47:26 +0200

avi.steiner gravatar image

updated 2020-07-31 20:20:12 +0200

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.

edit retag flag offensive close merge delete

Comments

What operating system? How was Sage installed?

slelievre gravatar imageslelievre ( 2020-07-29 19:12:35 +0200 )edit

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

avi.steiner gravatar imageavi.steiner ( 2020-07-31 19:24:41 +0200 )edit

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

avi.steiner gravatar imageavi.steiner ( 2020-08-13 17:07:44 +0200 )edit

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

slelievre gravatar imageslelievre ( 2020-08-14 00:25:47 +0200 )edit
avi.steiner gravatar imageavi.steiner ( 2020-08-14 17:38:15 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-07-29 19:11:54 +0200

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 \
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: 2020-07-29 18:47:26 +0200

Seen: 308 times

Last updated: Jul 29 '20