From c94ac1a3600f81e91b39d7571087f78c0cb5f616 Mon Sep 17 00:00:00 2001
From: sepi83 <76229410+sepi83@users.noreply.github.com>
Date: Wed, 3 Aug 2022 12:11:40 +0300
Subject: [PATCH] Update 1. Image Collection.ipynb

I have added lines which formats the Jupyter code. This extension reformats/prettifies code in a notebook's code.
https://github.com/drillan/jupyter-black
---
 1. Image Collection.ipynb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/1. Image Collection.ipynb b/1. Image Collection.ipynb
index dcffd6c40..3ebc58b17 100644
--- a/1. Image Collection.ipynb	
+++ b/1. Image Collection.ipynb	
@@ -23,6 +23,9 @@
    ],
    "source": [
     "!pip install opencv-python"
+    "!pip install jupyter-black" #Tool for a beautiful code
+    "%load_ext jupyter_black"
+    
    ]
   },
   {