From e06bf4038d68082e1cdc8a76c539ac6225809018 Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Tue, 17 May 2022 21:36:32 +0200 Subject: [PATCH] translate --- jupyter.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jupyter.ipynb b/jupyter.ipynb index c0c57e0..b81fe57 100644 --- a/jupyter.ipynb +++ b/jupyter.ipynb @@ -36,7 +36,8 @@ "from numpy.linalg import svd\n", "from PIL import Image\n", "from ipywidgets import interact\n", - "# change the cell width\n", + "\n", + "# zmień szerokość komórki\n", "from IPython.core.display import display, HTML\n", "display(HTML(\"\"))\n" ] @@ -51,7 +52,7 @@ }, "outputs": [], "source": [ - "#This line is required to display visualizations in the browser\n", + "#Ta linia jest wymagana do wyświetlania wizualizacji w przeglądarce\n", "%matplotlib inline" ] },