Hello!
Maybe a naive question after my lack of understanding of how a Jupyter cell execution works for a compiled programming language.
Is it possible to optimise each command execution, in avoid calling go install when there is no import in the executed cell?
(this would provide as well a workaround for the issue of slowness in go versions > 1.9).