From ae6439de78dedb39c270ab08582240b5f4c06d8a Mon Sep 17 00:00:00 2001 From: Ido Elkabetz Date: Mon, 15 Apr 2019 01:53:59 +0300 Subject: [PATCH 1/2] Centered all images --- week1/1_Strings_and_Output.ipynb | 4 ++-- week1/2_Arithmetics.ipynb | 4 ++-- week1/3_Types.ipynb | 8 +++----- week1/4_Variables.ipynb | 6 +++--- week1/5_Input_and_Casting.ipynb | 8 +++----- week1/6_Booleans.ipynb | 4 ++-- week1/7_Logic_Operators.ipynb | 4 ++-- 7 files changed, 17 insertions(+), 21 deletions(-) diff --git a/week1/1_Strings_and_Output.ipynb b/week1/1_Strings_and_Output.ipynb index e53b74c..f18a435 100644 --- a/week1/1_Strings_and_Output.ipynb +++ b/week1/1_Strings_and_Output.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { @@ -367,7 +367,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.7.3" } }, "nbformat": 4, diff --git a/week1/2_Arithmetics.ipynb b/week1/2_Arithmetics.ipynb index 8e79725..f356cc0 100644 --- a/week1/2_Arithmetics.ipynb +++ b/week1/2_Arithmetics.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { @@ -355,7 +355,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.7.3" } }, "nbformat": 4, diff --git a/week1/3_Types.ipynb b/week1/3_Types.ipynb index d7efa38..3a4b094 100644 --- a/week1/3_Types.ipynb +++ b/week1/3_Types.ipynb @@ -4,14 +4,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { "cell_type": "markdown", - "metadata": { - "collapsed": true - }, + "metadata": {}, "source": [ "#

סוגי ערכים (טיפוסים, או types)

" ] @@ -360,7 +358,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.7.3" } }, "nbformat": 4, diff --git a/week1/4_Variables.ipynb b/week1/4_Variables.ipynb index 96fec9d..6d89755 100644 --- a/week1/4_Variables.ipynb +++ b/week1/4_Variables.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { @@ -42,7 +42,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"פיצה" + "\"פיצה" ] }, { @@ -192,7 +192,7 @@ "metadata": {}, "source": [ "
\n", - " \"איור\n", + " \"איור\n", "
אמנם בלי מדבקות, אבל אנחנו סומכים על כישורי הדמיון שלכם.
\n", "
" ] diff --git a/week1/5_Input_and_Casting.ipynb b/week1/5_Input_and_Casting.ipynb index 843c052..15d974d 100644 --- a/week1/5_Input_and_Casting.ipynb +++ b/week1/5_Input_and_Casting.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { @@ -89,9 +89,7 @@ }, { "cell_type": "markdown", - "metadata": { - "collapsed": true - }, + "metadata": {}, "source": [ "

\n", "השורה הראשונה היא החידוש פה: בשורה זו אנחנו מבקשים קלט מהמשתמש (את השם שלו), ושומרים את הקלט שהזין במשתנה בשם name.
\n", @@ -618,7 +616,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.7.3" } }, "nbformat": 4, diff --git a/week1/6_Booleans.ipynb b/week1/6_Booleans.ipynb index ec6d7b1..5841426 100644 --- a/week1/6_Booleans.ipynb +++ b/week1/6_Booleans.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { @@ -105,7 +105,7 @@ "metadata": {}, "outputs": [], "source": [ - "5 == 5" + " 5 == 5" ] }, { diff --git a/week1/7_Logic_Operators.ipynb b/week1/7_Logic_Operators.ipynb index a98c685..468b989 100644 --- a/week1/7_Logic_Operators.ipynb +++ b/week1/7_Logic_Operators.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"לוגו" + "\"לוגו" ] }, { @@ -751,7 +751,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.7.3" } }, "nbformat": 4, From 358d88c724623b58b37feddf23f4332c75fdceea Mon Sep 17 00:00:00 2001 From: Ido Elkabetz Date: Mon, 15 Apr 2019 02:06:37 +0300 Subject: [PATCH 2/2] Fixed my typo --- week1/6_Booleans.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1/6_Booleans.ipynb b/week1/6_Booleans.ipynb index 5841426..e35b02a 100644 --- a/week1/6_Booleans.ipynb +++ b/week1/6_Booleans.ipynb @@ -105,7 +105,7 @@ "metadata": {}, "outputs": [], "source": [ - " 5 == 5" + "5 == 5" ] }, {