Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

tutorial() not working sagemath 9.6 MacOS

Both in terminal and Jupyter notebook, tutorial() gives an error about module not callable.

help() says to run tutorial(). manual() does work.

sage: tutorial()

TypeError Traceback (most recent call last) <ipython-input-2-c50b110aacc5> in <module> ----> 1 tutorial()

TypeError: 'module' object is not callable

tutorial() not working sagemath 9.6 MacOS

Both in terminal and Jupyter notebook, tutorial() tutorial() gives an error about module not callable.

help() says to run tutorial(). manual() does work.The message one gets after running help() mentions manual() and tutorial().

sage:

But while manual() does work, tutorial()

does not:

sage: tutorial()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-c50b110aacc5> in <module>
----> 1 tutorial()

tutorial()

TypeError: 'module' object is not callable

callable

tutorial() not working sagemath 9.6 MacOS

Both in terminal and Jupyter notebook, tutorial() gives an error about module not callable.

The message one gets after running help() mentions manual() and tutorial().

But while manual() does work, tutorial() does not:

sage: tutorial()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-c50b110aacc5> in <module>
----> 1 tutorial()

TypeError: 'module' object is not callable

tutorial() not working sagemath 9.6 MacOS

Both in terminal and Jupyter notebook, tutorial() gives an error about module not callable.

The message one gets after running help() mentions manual() and tutorial().

But while manual() does work, tutorial() does not:

sage: tutorial()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-c50b110aacc5> in <module>
----> 1 tutorial()

TypeError: 'module' object is not callable