From 165fc97bcbb6d9a11ccf2d8486705e0c1262ad99 Mon Sep 17 00:00:00 2001 From: safarnejad <116960887+safarnejad@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:52:11 +0330 Subject: [PATCH] fix: minor markdown --- Lecture 00_Introduction to Python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lecture 00_Introduction to Python.ipynb b/Lecture 00_Introduction to Python.ipynb index efbe1d3..24914c5 100644 --- a/Lecture 00_Introduction to Python.ipynb +++ b/Lecture 00_Introduction to Python.ipynb @@ -319,7 +319,7 @@ "In Ubuntu Linux, to installing python and all the requirements run:\n", "\n", " $ sudo apt-get install python ipython ipython-notebook\n", - "$ sudo apt-get install python-numpy python-scipy python-matplotlib python-sympy\n", + " $ sudo apt-get install python-numpy python-scipy python-matplotlib python-sympy\n", " $ sudo apt-get install spyder" ] },