Skip to content

Commit

Permalink
Update 00.01. Jupyter Notebook And Google Colab.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 17, 2024
1 parent 362b728 commit 1f00f2c
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/<username>/<repo>/<notebook>.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": {
Expand Down

0 comments on commit 1f00f2c

Please sign in to comment.