I really enjoy Julia’s support on Google Colab!
One annoying issue is that adding packages (even simple ones) leads to an endless (pre (?)-)compilation process.
For instance:
import Pkg; Pkg.add(["Bootstrap"]);
still running after 15 min of wait…
Is there a workaround?
Thanks!