How to use Google Colab
1. To start working with Colab you first need to log in to your Google account, then go to the following link
https://colab.research.google.com.
2. Opening Jupyter Notebook:
On opening the website you will see a pop-up containing following tabs –
The above image contains various tabs such as
Examples: Contain a number of Jupyter notebooks of various examples.
Recent: Shows Jupyter notebook you have recently worked with.
Google Drive: Jupyter notebook in your google drive.
Github: You can add Jupyter notebook from your GitHub.
Upload: Upload from your local drive or local computer.
3. Create a new Jupyter notebook by clicking NEW NOTEBOOK at the bottom right corner.
4. On creating a new notebook, it will create a Jupyter notebook with Untitled65.ipynb and save it to your google drive in a folder named Colab Notebooks.(see below image)
5. To insert text to the Jupyter notebook click the +TEXT menu.
6. To insert code to the Jupyter notebook click the +CODE menu.
7. To run Text cell or Code cell press shift+Enter from the keyboard.
8. To run the entire file go to Runtime menu, select Run all. or Press Ctrl+Enter from the keyboard.
Comments
Post a Comment