how to add julia sage 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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 9 years ago
Seen: 2,528 times
Last updated: Jan 26 '16
Notebook List Object Data Storage/Retrieval? (Start/Restart)
Short Cython Example In A Notebook Cell?
What happens in insecure mode?
Is notebook() mutually-exclusive from "./sage -gdb" mode?
Can I pause a computation rather than aborting it? (Interrupt Command)
What state is preserved when I close a running notebook browser window?