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

[Erratum] DSJulia package #90

Closed wardvanbelle closed 3 years ago

wardvanbelle commented 3 years ago

Describe the bug Maybe this bug only occurs on windows but when loading the 01-basics notebook, pluto is unable to load DSJulia since it is not on the path.

To Reproduce Steps to reproduce the behaviour:

  1. Open 01-basics notebook in pluto

Desktop (please complete the following information):

wardvanbelle commented 3 years ago

I was able to solve this by adding the following code above the 'using DSJulia' line: import Pkg; Pkg.add(path="../../");

This however disables Pluto's standard package manager so maybe there is a better solution?

wardvanbelle commented 3 years ago

This Issue was solved by adding using Pkg; Pkg.add(url="https://github.com/Beramos/DS-Julia2925") to the notebooks