new case study

This commit is contained in:
franzi
2022-09-14 13:36:50 -07:00
parent be2b83489e
commit d3c6ea1ea5
4 changed files with 519 additions and 183 deletions

View File

@@ -29,6 +29,8 @@
"print(\"pillow\", PIL.__version__) # >= 9.1.0\n",
"import plotly\n",
"print(\"plotly\", plotly.__version__) # >= 5.7.0\n",
"import xlrd\n",
"print(\"xlrd\", xlrd.__version__) # >= 2.0.1\n",
"print(\"Congratulations! Your installation of the basic libraries was successful!\")\n",
"# the following libraries are needed for the neural network example \n",
"# (if you're working with the recommended pytorch, not keras/tensorflow)\n",