Skip to content

Commit 5f47bb1

Browse files
committed
fix code in comment
1 parent db59b21 commit 5f47bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
" 2. Also in the styles is bmh_matplotlibrc.json file. This can be used to\n",
172172
" update the styles in only this notebook. Try running the following code:\n",
173173
"\n",
174-
" import json\n",
174+
" import json, matplotlib\n",
175175
" s = json.load( open(\"../styles/bmh_matplotlibrc.json\") )\n",
176176
" matplotlib.rcParams.update(s)\n",
177177
"\n",
@@ -1098,4 +1098,4 @@
10981098
"metadata": {}
10991099
}
11001100
]
1101-
}
1101+
}

0 commit comments

Comments
 (0)