I need some help on a package problem.
I’ve read this document https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management, but it was hard to understand even though the doc explain very kindly.
The problem is that I uploaded my pluto notebook( .jl file) on my github repository. The first one was OK. However the second one was not working at all from the very start (importing packages).
The error message
ArgumentError: Package Distributions not found in current path:
- Run
import Pkg; Pkg.add("Distributions")
to install the Distributions package.
From the document, I think this error may linked with “manifest.toml”. I don’t know
For informations, I use the template to upload notebook files on github page.
The link → GitHub - JuliaPluto/static-export-template: A template to automatically convert Pluto notebooks to an HTML website with GitHub Pages. Demo page:
Thanks!