We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
%matplotlib qt5
1 parent a006c0c commit c62a9cfCopy full SHA for c62a9cf
1 file changed
2. The Manuscript Average.ipynb
@@ -53,8 +53,8 @@
53
"\n",
54
"# This is some \"magic\" to tell Jupyter to display the images in a new window\n",
55
"# rather than inline in the notebook, so that we can see them more clearly.\n",
56
- "# Feel free to remove the line if you prefer.\n",
57
- "%matplotlib qt5\n",
+ "# It often causes errors so is commented out, but feel free to try it if you wish.\n",
+ "#%matplotlib qt5\n",
58
59
"directory = 'CCCC 44/'\n",
60
"filelist = glob.glob(directory + '*.jpg')"
0 commit comments