Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607348 - dev-python/jupyter - add julia support
Summary: dev-python/jupyter - add julia support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-26 23:21 UTC by Harris Landgarten
Modified: 2017-03-23 05:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harris Landgarten 2017-01-26 23:21:47 UTC
Jupyter in gentoo is python only. We should add julia kernel.
Comment 1 Marius Brehler 2017-03-03 19:07:58 UTC
Actually julia support in jupyter is provided by IJulia. This can be installed with julias own package management system, see https://github.com/JuliaLang/IJulia.jl/blob/master/README.md#installation. I don't think there is a clean way to get this into an ebuild.

Btw, it is not python only, e.g. in the science overlay we provide a metakernel modules for bash ;)
Comment 2 Matthias Maier gentoo-dev 2017-03-23 05:16:18 UTC
Yes - getting julia support in jupyter is a simple matter of installing the corresponding IJulia package:

- setting JUPYTER environment variable
julia> Pkg.add("IJulia")

and possibly registering the jupyter kernel.