Sharing Notebook in Google Colab Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Google Colab is a cloud-based notebook for Python and R which enables users to work in machine learning and data science project as Colab provide GPU and TPU for free for a period of time. If you don't have a good CPU and GPU in your computer or you don't want to create a local environment and install and configure Anaconda the Google Colab is for you. Creating a Colab NotebookTo start working with Colab you first need to log in to your Google account, then go to this link https://colab.research.google.com./ Colab Notebook Click on new notebook This will create a new notebook Colab-HomeNow you can start working with your project using google colab Sharing a Colab Notebook with anyoneApproach 1: By Adding Receipents EmailTo share a colab notebook with anyone click on the share button at the top level Share buttonThen you can add the email of the you want to share the colab file to Share PanelAnd the select a privilege you want to give to the user you are trying to share Viewer, Commenter and Editor and write some message for the user and then click send. Share-panel-screenApproach 2: By Creating sharable linkCreate a shareable link and copy and share it to the person and wait for the user to ask for request a to access the file copy-link If you don't want to give permission to access the file as more people are going to use the file then select the general access and select anyone with the link Note: Please make sure you not giving editor access in this method as anyone can access the link and can make changes in the filesAccess Panel Comment More infoAdvertise with us Next Article How to Install and Use Git in Google Colab? A ameyabavkar Follow Improve Article Tags : TechTips Google Colab Geeks Premier League 2023 Similar Reads How to use gpu in google colab? Google colab is a service provided by Google for a lot of researchers and developers around the globe. It is a Jupyter Notebook-like environment in one single place without any prerequisites. It is free to use with a limited number of computer resources and engines including free access to GPUs i.e. 3 min read How to use R with Google Colab? Google Colab is a cloud based coding platform providing free access to limited resources like GPU or TPU. It comprises cells where one can write codes and execute them. It also provides the facility of sharing in real time. Some of the features are:It allows users to share notebooks in real time.It 3 min read How to update Google Colab's Python version? The importance of having a current version will be covered in this article, especially for activities involving machine learning and data science. Python versions that are out-of-date or extremely old may experience a number of issues, one of which is incompatibility with recent packages. The usage 7 min read How to Install and Use Git in Google Colab? Google Colab is a popular platform for data scientists and machine learning enthusiasts to write and execute Python code in a Jupyter Notebook environment. While it provides a robust environment for coding, integrating version control systems like Git can enhance productivity by allowing you to trac 2 min read How to Open web camera in Google Colab? If you want to create a machine learning model but say you donât have a computer that can take the workload, Google Colab is the platform for you. In this article, we will see how we can open a camera in Google Colab. What is Google Colab?Google offers the Google Colab service to numerous researcher 3 min read How to Install Sklearn in Colab Google Colab is a cloud-based Jupyter notebook environment that allows you to write and execute Python code in the browser with zero configuration required. It offers free access to computing resources, including GPUs and TPUs, making it an excellent platform for machine learning and data science pr 3 min read Like