pep8'd imports, added missing import
This commit is contained in:
@@ -49,13 +49,17 @@
|
|||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"\n",
|
"\n",
|
||||||
|
"import math\n",
|
||||||
|
"import random\n",
|
||||||
|
"import time\n",
|
||||||
|
"\n",
|
||||||
|
"from IPython.display import display",
|
||||||
"from ipywidgets import *\n",
|
"from ipywidgets import *\n",
|
||||||
"import numpy as np\n",
|
"import numpy as np\n",
|
||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
"import time\n",
|
"\n",
|
||||||
"%matplotlib notebook\n",
|
"%matplotlib notebook\n",
|
||||||
"import math\n",
|
|
||||||
"import random\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
"time = np.linspace(2019, 2060,30)\n",
|
"time = np.linspace(2019, 2060,30)\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user