Skip to content

Commit 1f5b66c

Browse files
Use resolution of 150 dpi for images displayed in JN
1 parent b3efb83 commit 1f5b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/tut4_geophysics.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"import pandas as pd \n",
5656
"\n",
5757
"# Use a resolution of only 150 dpi for the images within the Jupyter nootebook, to keep the file small\n",
58-
"img_dpi = 100"
58+
"img_dpi = 150"
5959
]
6060
},
6161
{

0 commit comments

Comments
 (0)