translate

This commit is contained in:
Adam Wojdyla 2022-05-17 21:36:32 +02:00
parent 5549d532d4
commit e06bf4038d

View File

@ -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(\"<style>.container { width:80% !important; }</style>\"))\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"
]
},