Ask Your Question
1

how to add julia sage notebook?

asked 9 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

how to add julia in sagemath notebook?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 9 years ago

slelievre gravatar image

updated 9 years ago

Using Julia Jupyter notebooks with SageMath

Julia is not shipped with SageMath, but it is installed on SageMathCloud at http://cloud.sagemath.com.

In SageMathCloud at http://cloud.sagemath.com/

On SageMathCloud at http://cloud.sagemath.com/, just

  • open a Jupyter notebook,
  • select the menu item "Change kernel > Julia".

On your own computer

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

Preview: (hide)
link

Comments

Is there any way to use the ipynb shipped with Sage with a self-installed Julia?

kcrisman gravatar imagekcrisman ( 9 years ago )

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.

slelievre gravatar imageslelievre ( 6 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 2,495 times

Last updated: Jan 26 '16