This package browser is in early development. Mind the rough edges.

julia-juno

Integrated Development Environment (IDE) for Julia

This package provides tools to help you develop code. Juno is built on the Atom text editor. Juno consists of both Julia and Atom packages in order to add Julia-specific enhancements, such as syntax highlighting, a plot pane, integration with Julia's debugger, a console for running code, and much more.

Consider that the package is “maintenance-only mode” and only receives bug fixes. The Julia IDE effort is pointed to extension for VSCode.

Installation

Install the latest version of julia-juno as follows:

guix install julia-juno

Or install a particular version:

guix install julia-juno@0.8.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of julia-juno about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/julia-juno'><img src='https://packages.guix.gnu.org/packages/julia-juno/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/julia-juno/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/julia-juno)

Example Org:

[[https://packages.guix.gnu.org/packages/julia-juno][https://packages.guix.gnu.org/packages/julia-juno/badges/latest-version.svg]]