0% found this document useful (0 votes)
297 views

1.1 Introduction To Python and Google Colab

.ipynb is the default file extension for Jupyter Notebooks, which can be edited in Jupyter Notebook or Google Colaboratory. Google Colaboratory is the app used to open .ipynb files through Google Drive and allows users to create and execute Jupyter Notebooks and Python scripts without worrying about installing libraries or being limited by their system's specifications since it uses cloud computing. Google Colaboratory also makes it very easy to share work.

Uploaded by

Divya Jagga
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
297 views

1.1 Introduction To Python and Google Colab

.ipynb is the default file extension for Jupyter Notebooks, which can be edited in Jupyter Notebook or Google Colaboratory. Google Colaboratory is the app used to open .ipynb files through Google Drive and allows users to create and execute Jupyter Notebooks and Python scripts without worrying about installing libraries or being limited by their system's specifications since it uses cloud computing. Google Colaboratory also makes it very easy to share work.

Uploaded by

Divya Jagga
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

1 Introduction to Python and Google Colab

Q1. What is default file extension of Jupyter Notebook?

A: .ipynb is a document created using Jupyter Notebook. This file can be handled and edited in any
other system using Jupyter Notebook or Google Colaboratory.

Q2. Which of the following app is used to open .ipynb file?

A: Colaboratory is the app used or installed to open a Jupyter Notebook file (.ipynb) using Google
Drive. We can also create our own Notebook or Python script and execute it using this app popularly
known as Google Colaboratory.

Q3. Identify the advantage of Google Colaboratory among the following

A: Google Colaboratory consists of many pre-installed libraries, so we don't have to worry


about installation errors , it uses the cloud for computation so tyour system specifications does not
comes in the way of performance. It is also very easy to share the work using Google Colaboratory.

You might also like