1 | initial version |
Python 3 is compiled with Sage. To have it availavle as a jupyter kernel, just open a terminal and type:
sage -python3 -m pip install ipykernel
sage -python3 -m ipykernel install --user
2 | No.2 Revision |
Python 3 is compiled with Sage. To have it availavle available as a jupyter kernel, just open a terminal and type:
sage -python3 -m pip install ipykernel
sage -python3 -m ipykernel install --user
3 | No.3 Revision |
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.
4 | No.4 Revision |
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.