[yt-svn] commit/yt: ngoldbaum: Fix broken link in the quickstar notebook. Fixes #975.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jan 15 13:09:20 PST 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/5c027fcfa047/
Changeset:   5c027fcfa047
Branch:      yt
User:        ngoldbaum
Date:        2015-01-15 04:22:21+00:00
Summary:     Fix broken link in the quickstar notebook.  Fixes #975.
Affected #:  1 file

diff -r e29ff6c5259c8ecae04e30bac953325df5b58645 -r 5c027fcfa0473fe86a66b2cc4c6fc272c41cb14d doc/source/quickstart/1)_Introduction.ipynb
--- a/doc/source/quickstart/1)_Introduction.ipynb
+++ b/doc/source/quickstart/1)_Introduction.ipynb
@@ -1,7 +1,7 @@
 {
  "metadata": {
   "name": "",
-  "signature": "sha256:7c68cdd34ce71c042fa3c4badc4587693f1cc1b6aa0b3c99a4a63a1db6fe57f9"
+  "signature": "sha256:59d4f454218415689bef43d45dfcd59bf9913cfbeb416efa596fa99ff5c44856"
  },
  "nbformat": 3,
  "nbformat_minor": 0,
@@ -47,17 +47,17 @@
      "input": [
       "download_datasets = False\n",
       "if download_datasets:\n",
-      "    !curl -sSO http://yt-project.org/data/enzo_tiny_cosmology.tar\n",
+      "    !curl -sSO http://yt-project.org/data/enzo_tiny_cosmology.tar.gz\n",
       "    print \"Got enzo_tiny_cosmology\"\n",
-      "    !tar xf enzo_tiny_cosmology.tar\n",
+      "    !tar xzf enzo_tiny_cosmology.tar.gz\n",
       "    \n",
-      "    !curl -sSO http://yt-project.org/data/Enzo_64.tar\n",
+      "    !curl -sSO http://yt-project.org/data/Enzo_64.tar.gz\n",
       "    print \"Got Enzo_64\"\n",
-      "    !tar xf Enzo_64.tar\n",
+      "    !tar xzf Enzo_64.tar.gz\n",
       "    \n",
       "    !curl -sSO http://yt-project.org/data/IsolatedGalaxy.tar\n",
       "    print \"Got IsolatedGalaxy\"\n",
-      "    !tar xf IsolatedGalaxy.tar\n",
+      "    !tar xzf IsolatedGalaxy.tar.gz\n",
       "    \n",
       "    print \"All done!\""
      ],

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list