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" ] },