How will you run the python code upon Google collaboratory?
A Jupyter notebook type interface is provided by Google in order to run python code upon the virtual machines. The collaboratory serves as a research tool to facilitate machine learning and It supports Python 2.7 and 3.6.
This can be done by following through the below-mentioned steps
- Open your collab. research page
- Select the option of new python3 notebook
- now you have to carefully type the code in code labs importing all the essential libraries
- In order to add new cells, click Insert->Code Cell
- To run a cell, select it and press Ctrl + Enter keys
BY Best Interview Question ON 17 Oct 2019