From 3e4823b8fb6e6f6004eae202069f7189a26bab4b Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Tue, 23 Jul 2024 15:42:48 -0400 Subject: [PATCH] Copy notebook --- notebooks/astropy-units.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/notebooks/astropy-units.ipynb b/notebooks/astropy-units.ipynb index 14910a9..74a50f1 100644 --- a/notebooks/astropy-units.ipynb +++ b/notebooks/astropy-units.ipynb @@ -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" ] }, {