Ask Your Question
1

how to add julia sage notebook?

asked 2016-01-24 00:01:28 +0200

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-01-24 20:52:17 +0200

slelievre gravatar image

updated 2016-01-26 23:26:34 +0200

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

edit flag offensive delete link more

Comments

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

kcrisman gravatar imagekcrisman ( 2016-01-26 18:20:18 +0200 )edit

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 ( 2018-05-09 03:04:01 +0200 )edit

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: 2016-01-24 00:01:28 +0200

Seen: 2,002 times

Last updated: Jan 26 '16