Skip to content

Commit

Permalink
Add instructions on how to run the Python notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed May 7, 2024
1 parent e1d7f67 commit a4907ba
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 28 deletions.
27 changes: 20 additions & 7 deletions Notebooks/1_python_unicode_char_literals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
"colab_type": "text",
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/sualeh/What-a-Character/blob/go/Notebooks/1_python_unicode_char_literals.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"----------\n",
"\n",
"> **How to Run This Notebook**\n",
"\n",
"Run this notebook in Google Colab, or locally, using Visual Studio Code with the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) extension installed.\n",
"\n",
"----------"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -157,6 +170,10 @@
}
],
"metadata": {
"colab": {
"include_colab_link": true,
"provenance": []
},
"kernelspec": {
"display_name": "base",
"language": "python",
Expand All @@ -173,12 +190,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"colab": {
"provenance": [],
"include_colab_link": true
}
},
"nbformat": 4,
"nbformat_minor": 0
}
}
27 changes: 20 additions & 7 deletions Notebooks/2_python_unicode_case_conversions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
"colab_type": "text",
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/sualeh/What-a-Character/blob/go/Notebooks/2_python_unicode_case_conversions.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"----------\n",
"\n",
"> **How to Run This Notebook**\n",
"\n",
"Run this notebook in Google Colab, or locally, using Visual Studio Code with the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) extension installed.\n",
"\n",
"----------"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -83,6 +96,10 @@
}
],
"metadata": {
"colab": {
"include_colab_link": true,
"provenance": []
},
"kernelspec": {
"display_name": "base",
"language": "python",
Expand All @@ -99,12 +116,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"colab": {
"provenance": [],
"include_colab_link": true
}
},
"nbformat": 4,
"nbformat_minor": 0
}
}
27 changes: 20 additions & 7 deletions Notebooks/3_python_unicode_numbers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
"colab_type": "text",
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/sualeh/What-a-Character/blob/go/Notebooks/3_python_unicode_numbers.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"----------\n",
"\n",
"> **How to Run This Notebook**\n",
"\n",
"Run this notebook in Google Colab, or locally, using Visual Studio Code with the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) extension installed.\n",
"\n",
"----------"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -46,6 +59,10 @@
}
],
"metadata": {
"colab": {
"include_colab_link": true,
"provenance": []
},
"kernelspec": {
"display_name": "base",
"language": "python",
Expand All @@ -62,12 +79,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"colab": {
"provenance": [],
"include_colab_link": true
}
},
"nbformat": 4,
"nbformat_minor": 0
}
}
27 changes: 20 additions & 7 deletions Notebooks/4_python_encoding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
"colab_type": "text",
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/sualeh/What-a-Character/blob/go/Notebooks/4_python_encoding.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"----------\n",
"\n",
"> **How to Run This Notebook**\n",
"\n",
"Run this notebook in Google Colab, or locally, using Visual Studio Code with the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) extension installed.\n",
"\n",
"----------"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -153,6 +166,10 @@
}
],
"metadata": {
"colab": {
"include_colab_link": true,
"provenance": []
},
"kernelspec": {
"display_name": "base",
"language": "python",
Expand All @@ -169,12 +186,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"colab": {
"provenance": [],
"include_colab_link": true
}
},
"nbformat": 4,
"nbformat_minor": 0
}
}
13 changes: 13 additions & 0 deletions Notebooks/5_python_unicode_pattern_matching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
"<a href=\"https://colab.research.google.com/github/sualeh/What-a-Character/blob/go/Notebooks/5_python_unicode_pattern_matching.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"----------\n",
"\n",
"> **How to Run This Notebook**\n",
"\n",
"Run this notebook in Google Colab, or locally, using Visual Studio Code with the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) extension installed.\n",
"\n",
"----------"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit a4907ba

Please sign in to comment.