https://colab.research.google.com/notebooks/intro.ipynb
https://research.google.com/colaboratory/faq.html
https://www.analyticsvidhya.com/blog/2020/03/google-colab-machine-learning-deep-learning/
Free GPUs for Everyone! Get Started with Google Colab
for Machine Learning and Deep Learning
https://bulldogjob.pl/news/738-google-colab-pythonowy-obszar-roboczy-w-chmurze
Colab is a free Jupyter notebook environment that runs in the browser using Google Cloud.
Colab notebooks allow you to combine executable code and rich text in a single document, along with images, HTML, LaTeX and more.
Access to computing resources including GPUs and TPUs. Code is executed in a virtual machine private to your account.
You can run the session in an interactive Colab Notebook for 12 hours.
One more thing to keep in mind is that the dataset you upload in the Colab notebook gets deleted once the session is ended.
Colab notebooks are stored on Google Drive (15 GB of disk space), or can be loaded from GitHub.
Colab notebooks can be shared as files from Google Docs.
Google account required.
Google Drive|Colab Notebooks|first.ipynb
Two kinds of cells: Code (Python), Text (LaTeX, Markdown).
File|New notebook
File|Revision history
Edit|Notebook settings|Akcelerator sprzętowy: None, GPU, TPU
View|Informacje o notatniku
Insert|Cell with ...
Runtime|Run ...
Runtime|Change Runtime Type (None, GPU, TPU)
Tools|Settings|Editor
# Using Terminal Commands on Google Colab !pwd !ls !pip install library_name