Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upColab makes indented text red because it expects four spaces by default #24
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably too minor to mention, but just wanted to point out in case people notice it: since the notebooks indent with two spaces and Colab expects four spaces by default, Colab will make indented text red as a warning. e.g. from lab1/Part1_tensorflow.ipynb:
Setting the indentation width to 2 spaces fixes this (Tools...Preferences...Indentation width in spaces):

No more warning:
