├── README.md ├── Terminal_CryptoDeepTech.ipynb └── terminal_cryptodeeptech.py /README.md: -------------------------------------------------------------------------------- 1 | # Terminal Google Colab 2 | 3 | 4 | [Terminal CryptoDeepTech for Google Colab](https://colab.research.google.com/drive/180hC1ndp2fNQH7XBZiayOBqeWytqKi8m) 5 | 6 | https://colab.research.google.com/drive/180hC1ndp2fNQH7XBZiayOBqeWytqKi8m 7 | 8 | 9 | ### We create our own terminal in Google Colab for work in GitHub, GDrive, NGrok 10 | 11 | Telegram: https://t.me/cryptodeeptech 12 | 13 | Video: https://youtu.be/S2D7PI6dK08 14 | 15 | Tutorial: https://cryptodeep.ru/terminal-google-colab 16 | 17 | Google Colab provides many cool features that any modern IDE offers 18 | 19 |
  • Write and run Python 3 code without installing it locally.
  • 20 |
  • Import datasets from external sources like Kaggle.
  • 21 |
  • Save your work to Google Drive.
  • 22 |
  • Import your work from Google Drive.
  • 23 |
  • Free cloud service, GPU and TPU.
  • 24 |
  • Integration with PyTorch, Tensor Flow, Open CV.
  • 25 |
  • Import or publish directly from/to GitHub.
  • 26 | 27 | 28 | ---- 29 | 30 | | | Donation Address | 31 | | --- | --- | 32 | | ♥ __BTC__ | 1Lw2gTnMpxRUNBU85Hg4ruTwnpUPKdf3nV | 33 | | ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf | 34 | -------------------------------------------------------------------------------- /Terminal_CryptoDeepTech.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "nbformat": 4, 3 | "nbformat_minor": 0, 4 | "metadata": { 5 | "colab": { 6 | "name": "Terminal_CryptoDeepTech.ipynb", 7 | "provenance": [], 8 | "collapsed_sections": [] 9 | }, 10 | "kernelspec": { 11 | "name": "python3", 12 | "display_name": "Python 3" 13 | } 14 | }, 15 | "cells": [ 16 | { 17 | "cell_type": "code", 18 | "source": [ 19 | "from google.colab import drive\n", 20 | "drive.mount('/content/drive/')\n" 21 | ], 22 | "metadata": { 23 | "id": "uJsx5Qdzetn0" 24 | }, 25 | "execution_count": null, 26 | "outputs": [] 27 | }, 28 | { 29 | "cell_type": "code", 30 | "source": [ 31 | "cd drive/MyDrive/" 32 | ], 33 | "metadata": { 34 | "id": "J3zgAAFdevhI" 35 | }, 36 | "execution_count": null, 37 | "outputs": [] 38 | }, 39 | { 40 | "cell_type": "code", 41 | "metadata": { 42 | "id": "JkHBZhTNN9K_" 43 | }, 44 | "source": [ 45 | "#@title JS Shell\n", 46 | "%%html\n", 47 | "
    \n", 48 | "\n", 49 | "\n", 50 | "\n", 51 | "\n", 108 | "\n", 109 | "\n", 110 | " 20 | # 21 | # 22 | # 62 | # 63 | # 64 | #