Skip to content

Commit

Permalink
Update 08-Mandlebrot.md
Browse files Browse the repository at this point in the history
Mods to viewing instructions for mandle.gif
  • Loading branch information
christopher-arnold-walker authored Jul 8, 2024
1 parent a089879 commit 0d51dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ASP2024/08-Mandlebrot.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ You can generate the Mandlebrot set with two simple commands.
$ ~/bin/goatbrot -i 1000 -o tile_000000_000000.ppm -c 0,0 -w 3 -s 1000,1000
```

2. Convert it to a JPEG image and write into your home directory:
2. Convert it to a GIF image and write into your home directory:

```
$ convert tile_000000_000000.ppm ~/mandle.gif
```

3. We need to download the GIF file from your training VM to your local desktop. To do so, find the file mandle.gif in the list of files and directories in the side bar to the left of your terminal window. Right-click on it and select Download, and download it to your local desktop.
3. We may want to download the GIF file from your training VM to your local desktop. To do so, find the file mandle.gif in the list of files and directories in the side bar to the left of your terminal window. Right-click on it and select Download, and download it to your local desktop. Depending on the browser that your local machine uses,it may be neccessary to double-Left-click to view, or Right-click on it and select "Open With" and select "image", or select "Open in new Tab" to view it directly from Ospool (JupyterLab).

4. Point Browser at the file URL: open a Terminal on your local CentOS VM, and then type in there:
4. If you choose to DownLoad in the previous step then point your local Browser at the file URL: open a Terminal on your local VM, and then type in there:

```
firefox Downloads/mandle.gif
Expand Down

0 comments on commit 0d51dbc

Please sign in to comment.