Skip to content

Commit c62a9cf

Browse files
authored
Removed %matplotlib qt5 by default.
Commented out `%matplotlib qt5` in notebook 2, as often causes errors in installations.
1 parent a006c0c commit c62a9cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2. The Manuscript Average.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"\n",
5454
"# This is some \"magic\" to tell Jupyter to display the images in a new window\n",
5555
"# 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",
56+
"# It often causes errors so is commented out, but feel free to try it if you wish.\n",
57+
"#%matplotlib qt5\n",
5858
"\n",
5959
"directory = 'CCCC 44/'\n",
6060
"filelist = glob.glob(directory + '*.jpg')"

0 commit comments

Comments
 (0)