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