From f7a19e1cf1b1990f59cc9ad63da7782e8c43f7d0 Mon Sep 17 00:00:00 2001 From: Pranoy Dev Date: Wed, 3 Oct 2018 07:08:38 +0530 Subject: [PATCH] error handling --- .../Python_Workshop_Level_1-checkpoint.ipynb | 11 ++++++----- Python_Workshop_Level_1.ipynb | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb b/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb index 428b34f..5cca721 100644 --- a/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb +++ b/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb @@ -549,11 +549,12 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# Error Handling\n", + "![alt text](https://pics.me.me/if-error-google-search-error-stackoverflow-if-error-25991607.png)\n" + ] }, { "cell_type": "code", @@ -585,7 +586,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.4" } }, "nbformat": 4, diff --git a/Python_Workshop_Level_1.ipynb b/Python_Workshop_Level_1.ipynb index 428b34f..5cca721 100644 --- a/Python_Workshop_Level_1.ipynb +++ b/Python_Workshop_Level_1.ipynb @@ -549,11 +549,12 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# Error Handling\n", + "![alt text](https://pics.me.me/if-error-google-search-error-stackoverflow-if-error-25991607.png)\n" + ] }, { "cell_type": "code", @@ -585,7 +586,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.4" } }, "nbformat": 4,