Skip to content

Instantly share code, notes, and snippets.

@hyunsikhwang
Created March 14, 2021 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyunsikhwang/e7f0722936d4c110e26a834c0d644194 to your computer and use it in GitHub Desktop.
Save hyunsikhwang/e7f0722936d4c110e26a834c0d644194 to your computer and use it in GitHub Desktop.
Check running on Google Colab
if 'google.colab' in str(get_ipython()):
print('Running on CoLab')
else:
print('Not running on CoLab')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment