diff options
author | 2021-01-17 08:50:22 +0200 | |
---|---|---|
committer | 2021-01-17 08:50:22 +0200 | |
commit | 1916f2d6fc860685bc43cabddf4c610a508d8613 (patch) | |
tree | c4e303e52227b2d78b8b4f16bdc99f7f061d8418 /pydis_site/apps/resources | |
parent | Use URL tags instead hard-coded strings for directing to specific list (diff) |
Add Google Colab to editors
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/tools/editors/google_collab.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml b/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml new file mode 100644 index 00000000..958e758c --- /dev/null +++ b/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml @@ -0,0 +1,8 @@ +description: Google Collab is a high-powered custom version of Jupyter Notebook which supports e.g. + !apt-get to install arbitrary Debian packages to the runtime, which is very generous with CPU and memory, + and well-integrated with Google Drive. + You can share your Collab Notebooks with other people and work collaboratively. +name: Google Collab +title_url: https://colab.research.google.com/notebooks/intro.ipynb +payment: free +position: 4 |