- Google Colab - Discussion
- Google Colab - Useful Resources
- Google Colab - Quick Guide
- Google Colab - Conclusion
- Google Colab - Using Free GPU
- Google Colab - Installing ML Libraries
- Google Colab - Adding Forms
- Google Colab - Magics
- Google Colab - Code Editing Help
- Google Colab - Graphical Outputs
- Executing External Python Files
- Invoking System Commands
- Google Colab - Sharing Notebook
- Google Colab - Saving Your Work
- Documenting Your Code
- Your First Colab Notebook
- What is Google Colab?
- Google Colab - Introduction
- Google Colab - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Google Colab - Sharing Notebook
To share the notebook that you have created with other co-developers, you may share the copy that you have made in your Google Drive.
To pubpsh the notebook to general audience, you may share it from your GitHub repository.
There is one more way to share your work and that is by cpcking on the SHARE pnk at the top right hand corner of your Colab notebook. This will open the share box as shown here −
You may enter the email IDs of people with whom you would pke to share the current document. You can set the kind of access by selecting from the three options shown in the above screen.
Cpck on the Get shareable pnk option to get the URL of your notebook. You will find options for whom to share as follows −
Specified group of people
Colleagues in your organization
Anyone with the pnk
All pubpc on the web
Now. you know how to create/execute/save/share a notebook. In the Code cell, we used Python so far. The code cell can also be used for invoking system commands. This is explained next.
Advertisements