Execution of empty code is requested in Colab upon kernel startup, but the
install_location was being prepared anyway. The early return condition
(code is empty) is applied before attempting to parse the content.
We're going to do a v0.3.1 release soon, this will be included in it, and it should get into the default Colab toolchain around the end of this week :)
Execution of empty code is requested in Colab upon kernel startup, but the install_location was being prepared anyway. The early return condition (code is empty) is applied before attempting to parse the content.