Only if you dev
the package into your current environment or are working in the package’s environment.
Final answers:
- I didn’t actually read about your notebook and testing playground, but I think
Pkg.develop
is what you want for live testing of your code.
- Yes.
Pkg.develop
loads the package files exactly where they sit on your file system. No copies are made (unlike with Pkg.add
).
I had some of the same confusions. Maybe the answers on my post will help you:
1 Like