Skip to content

Commit

Permalink
Update Homework03_KinematicDiffraction.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Feb 26, 2024
1 parent bd93dfb commit 6eb18fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Homework/Homework03_KinematicDiffraction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"\n",
"\n",
"# pyTEMlib setup ------------------\n",
"if test_package('pyTEMlib') < '0.2024.02.1':\n",
"if test_package('pyTEMlib') < '0.2024.02.2':\n",
" print('installing pyTEMlib')\n",
" !{sys.executable} -m pip install --upgrade SciFiReaders -q\n",
" !{sys.executable} -m pip install --upgrade pyTEMlib -q\n",
Expand All @@ -107,7 +107,7 @@
"\n",
"Beside the basic numerical (numpy) and plotting (pylab of matplotlib) libraries,\n",
"\n",
"and some libraries from pyTEMlib\n",
"and some libraries from the book\n",
"* kinematic scattering library.\n",
"* file_tools library"
]
Expand Down

0 comments on commit 6eb18fc

Please sign in to comment.