🎈 Lightweight reactive notebooks for Julia
7.3K
Nifty scripts to go with Pluto.jl.
Still work-in-progress, and very open to contributions!
This package is meant for people who already know what Pluto is, so head over to fonsp/Pluto.jl if you're new!
If you want to install the Pluto CLI, some conversion scripts (Jupyter, Literate), and more (see the list below), you can install PlutoUtils.jl:
julia> ]
(v1.5) pkg> add https://github.com/fonsp/PlutoUtils.jl
Launch [Pluto directly from the command line!
When installed, you can launch Pluto using the shell command pluto, and check the available options using pluto --help.
If you haven't already, install PlutoUtils:
julia> ]
(v1.5) pkg> add https://github.com/fonsp/PlutoUtils.jl
then add ~/.julia/bin to your PATH. Or you can add the path automatically via
julia> using PlutoUtils; PlutoUtils.comonicon_install_path()
To enable auto-completion in ZSH you need to add ~/.julia/completions to your FPATH and then add
autoload -Uz compinit && compinit to your .zshrc.
This will contain:
and several deployment methods:
And perhaps in the future:
Some of this might move into Pluto itself - let's see how it goes!
Because this repository will mostly be short little scripts, it uses the Unlicense, the most permissive license. This means that people can copy the utility functions and edit them to suit their needs, without having to worry about licensing. (This is the same license as the Pluto sample notebooks.) If you want to contribute but you feel like this license is not approriate, open up an issue and we'll look at alternatives!
Content type
Image
Digest
sha256:c02b99ade…
Size
377.6 MB
Last updated
almost 2 years ago
docker pull plutojl/pluto