We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37f2c9 commit 3a345b1Copy full SHA for 3a345b1
src/projects/data_visualization.md
@@ -54,7 +54,7 @@ see one bar be higher than the others.
54
This will require you to learn how to create an image from code. The good news is that this is easier than
55
you would expect. There is a file format called "[PPM](https://en.wikipedia.org/wiki/Netpbm)" which represents images like this.
56
57
-```
+```no_run
58
P3
59
# "P3" means this is a RGB color image in ASCII
60
# "3 2" is the width and height of the image in pixels
0 commit comments