New to packages - updating

I created a package with:

Pkg> generate MyPackage
Pkg> develope MyPackage

using MyPackage

Then added a new function to MyPackage, re-started the kernel and ran
using MyPackage.

This makes the function visible, but can it be done without re-starting the kernal?

Use Revise.jl.

2 Likes