Beramos / DS-Julia2925

Julia2925: learn a fast and intuitive programming language in two workdays.
https://beramos.github.io/DS-Julia2925
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Install DS-Julia via Pkg manager disables Pluto Pkg manager #106

Closed MichielStock closed 1 year ago

MichielStock commented 3 years ago

By including the using Pkg; Pkg.add(url=...) we indeed disable Pluto's pkg management system. So you have to install all dependencies yourself. I think it would be best if the notebooks could make their own environment.

At this point, I think it is best to ask in the julialang slack at the Pluto tab how to best resolve this...