8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de75e8e commit 61ad69bCopy full SHA for 61ad69b
notebooks/mmpl-arch.ipynb
@@ -27,7 +27,6 @@
27
},
28
"outputs": [],
29
"source": [
30
- "import os\n",
31
"import matplotlib\n",
32
"matplotlib.use('nbagg')\n",
33
"%matplotlib inline"
@@ -58,7 +57,6 @@
58
57
"import urllib.request\n",
59
"\n",
60
"import matplotlib.pyplot as plt\n",
61
- "\n",
62
"from IPython.core.display import Image \n",
63
64
"from pycallgraph import Config \n",
@@ -1726,7 +1724,7 @@
1726
1724
" plt.show()\n",
1727
1725
1728
"tracer = trace.Trace(countfuncs=1, countcallers=1)\n",
1729
- "_ = tracer.runfunc(plotit)\n"
+ "_ = tracer.runfunc(plotit)"
1730
]
1731
1732
{
0 commit comments