Closed marcrasi closed 4 years ago
Colab treats the first line as a comment if it begins with "#". So adding any line above the "#if" line fixes it.
Fixes https://github.com/tensorflow/swift/issues/405.
Check out this pull request on
You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.
This does solve the issue. Will try doing the same while dealing with conditional blocks.
Colab treats the first line as a comment if it begins with "#". So adding any line above the "#if" line fixes it.
Fixes https://github.com/tensorflow/swift/issues/405.