Jupyter-Python3 notebooks.
Jupyter interface creates and works with Python2 notebooks. It is possible configure it to work also with Python3? (If present in the system obviously)
Jupyter interface creates and works with Python2 notebooks. It is possible configure it to work also with Python3? (If present in the system obviously)
Python 3 is compiled with Sage. To have it available as a jupyter kernel, just open a terminal and type:
sage -python3 -m pip install ipykernel
sage -python3 -m ipykernel install --user
EDIT Note that trac ticket 26441 asks for having both kernels available in Sage. The problem is that currently the ipykernel
installs either the python2 kernel or the python3 kernel depending on which version of Python was used to build Sage.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-02-08 10:55:38 +0100
Seen: 763 times
Last updated: Feb 20 '19
How do I understand the result of symbolic integrals
Plot picewise function + infinity, error message
Problem with sign / sgn and .n()
Plotting an integral with a variable as a limit
def f(x): evaluvates individually but not inside plot
Bug with absolute value of a complex variable?