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