Eighteen Python Snippets for Colab
Figure 1. Some of the features of Google Colab. Source; Unsplash

Eighteen Python Snippets for Colab

I share the Colab (and Jupyter) notebook Python code utilities used by our team.

If you don’t have a Google account, create one.

If you do not have a Colab account, create a Colab account by logging in with your Google account.

Use the same Google account for your Google Drive.

These are some of the Colab (and Jupyter) notebook Python code snippets used by our team.

  1. Reload any .py file that changed;
  2. Install most Python packages;
  3. Show matplotlib based graph inline of Colab;
  4. Show the number of installed packages and list all installed packages;
  5. Show base computing image properties.;
  6. Show all computing devices.;
  7. Mount your Goggle Drive in your Colab notebook instance;
  8. Create, write to, and read out the file on Google Drive;
  9. List top-level files on Google Drive;
  10. Importing .py files into Google Colab;
  11. How to use Git in Colab;
  12. How to use Tensorboard in Colab;
  13. Access to Kaggle Datasets;
  14. Embedding the Julia language in Colab;
  15. Draw graphs with Graphviz.;
  16. Draw cloud vendor architecture Directed Acyclic Graphs with Diagrams.
  17. continue ...


要查看或添加评论,请登录

Bruce Cottman的更多文章

社区洞察

其他会员也浏览了