- 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 - Saving Your Work
Colab allows you to save your work to Google Drive or even directly to your GitHub repository.
Saving to Google Drive
Colab allows you to save your work to your Google Drive. To save your notebook, select the following menu options −
File / Save a copy in Drive…
You will see the following screen −
The action will create a copy of your notebook and save it to your drive. Later on you may rename the copy to your choice of name.
Saving to GitHub
You may also save your work to your GitHub repository by selecting the following menu options −
File / Save a copy in GitHub...
The menu selection is shown in the following screenshot for your quick reference −
You will have to wait until you see the login screen to GitHub.
Now, enter your credentials. If you do not have a repository, create a new one and save your project as shown in the screenshot below −
In the next chapter, we will learn how to share your work with others.
Advertisements