pep8'd imports, added missing import

This commit is contained in:
2021-04-22 16:38:02 +02:00
committed by GitHub
parent 9858c89fdb
commit d360b75b29

View File

@@ -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",