From 1f00f2c4bbadbe4fbddc809b1dd850d1f42b8401 Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:12:32 +0800 Subject: [PATCH] Update 00.01. Jupyter Notebook And Google Colab.ipynb --- ...1. Jupyter Notebook And Google Colab.ipynb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/APSToolkitPython/Tutorials/00.01. Jupyter Notebook And Google Colab.ipynb b/APSToolkitPython/Tutorials/00.01. Jupyter Notebook And Google Colab.ipynb index 8bafe34..5d53a7a 100644 --- a/APSToolkitPython/Tutorials/00.01. Jupyter Notebook And Google Colab.ipynb +++ b/APSToolkitPython/Tutorials/00.01. Jupyter Notebook And Google Colab.ipynb @@ -90,6 +90,33 @@ "from google.colab import userdata\n", "userdata.get('secretName')" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## How to share your notebook with others\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "You can share your notebook with others by step by step below:\n", + "- Publish your notebook public in github\n", + "- Add url to direct open in Google Colab\n", + "```\n", + "https://colab.research.google.com/github///.ipynb\n", + "```\n", + "- Share the link with others\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Congratulations! You now know how to use Google Colab to write and execute Python code, as well as how to share your work with others. Please share some of your favorite Google Colab tips and tricks in the github discussion." + ] } ], "metadata": {