how to add julia sage notebook?
how to add julia in sagemath notebook?
how to add julia in sagemath notebook?
Julia is not shipped with SageMath, but it is installed on SageMathCloud at http://cloud.sagemath.com.
On SageMathCloud at http://cloud.sagemath.com/, just
On your own computer, I can see two ways for you to go, which I have not tested but I think could work.
The hard way would be to install SageMathCloud on your computer.
See instructions and discussions on sage-cloud and sage-cloud-devel.
The easier way would be to just install Sage and Julia and make them work together.
For that, you would need to
jupyter
in your PATH, which would really launch sage -n jupyter
Is there any way to use the ipynb shipped with Sage with a self-installed Julia?
Yes. Find out where the IJulia kernel is, and do
/path/to/sagedir/local/bin/jupyter kernelspec install /path/to/IJulia_kernel
where /path/to/sagedir
is the location of your Sage installation,
and /path/to/IJulia_kernel
is the location of the IJulia kernel.
Asked: 9 years ago
Seen: 2,495 times
Last updated: Jan 26 '16