Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garrison/pluto.jl-on-sandstorm
Pluto.jl reactive Julia notebooks, packaged as a Sandstorm app
https://github.com/garrison/pluto.jl-on-sandstorm
julia sandstorm sandstorm-app
Last synced: about 2 months ago
JSON representation
Pluto.jl reactive Julia notebooks, packaged as a Sandstorm app
- Host: GitHub
- URL: https://github.com/garrison/pluto.jl-on-sandstorm
- Owner: garrison
- License: mit
- Created: 2021-07-12T16:27:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T23:02:05.000Z (over 3 years ago)
- Last Synced: 2024-10-19T17:44:33.432Z (3 months ago)
- Topics: julia, sandstorm, sandstorm-app
- Language: Cap'n Proto
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.markdown
- License: LICENSE.markdown
Awesome Lists containing this project
README
[Pluto.jl] reactive [Julia] notebooks, packaged as a [Sandstorm] app.
[Pluto.jl]: https://plutojl.org/
[Julia]: https://julialang.org/
[Sandstorm]: https://sandstorm.io/### Technical notes
This app is built with Docker. Originally, we used [docker-spk], but
it is actually a bit more convenient to call Docker ourselves, at
least for now. Like [dotnet-docker-spk], we need to work around
`/proc` being unavailable, as julia assumes it exists (via
`uv_exepath`). The following command builds the package and provides
it to the local Sandstorm development instance:```shell script
./build-oldspk.sh && spk dev
```[docker-spk]: https://github.com/zenhack/docker-spk
[dotnet-docker-spk]: https://github.com/zenhack/dotnet-docker-spk