Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed Jul 23, 2024
1 parent 7cb0ab5 commit 261346e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions notebooks/astropy-units-completed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@
"\n",
"if 'google.colab' in str(get_ipython()):\n",
" if 'plasmapy' not in sys.modules:\n",
" !pip install plasmapy==2024.5.0\n",
" !pip install astropy matplotlib numpy\n",
"\n",
"import numpy as np\n",
"import astropy.units as u\n",
"from astropy.visualization import quantity_support\n",
"from astropy import constants\n",
"import matplotlib.pyplot as plt\n",
"from astropy import visualization"
"import numpy as np"
]
},
{
Expand Down

0 comments on commit 261346e

Please sign in to comment.