[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 20 08:10:50 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/139cf0b9b190/
Changeset:   139cf0b9b190
Branch:      yt
User:        ngoldbaum
Date:        2016-07-17 16:41:29+00:00
Summary:     Ensure kernel for last quickstart notebook is python3
Affected #:  1 file

diff -r e3af53d222022f79b3e957d98e554341f6fc166b -r 139cf0b9b190f2889a8ab12dd2524031f3a1d05f doc/source/quickstart/6)_Volume_Rendering.ipynb
--- a/doc/source/quickstart/6)_Volume_Rendering.ipynb
+++ b/doc/source/quickstart/6)_Volume_Rendering.ipynb
@@ -106,21 +106,21 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 2",
+   "display_name": "Python 3",
    "language": "python",
-   "name": "python2"
+   "name": "python3"
   },
   "language_info": {
    "codemirror_mode": {
     "name": "ipython",
-    "version": 2
+    "version": 3
    },
    "file_extension": ".py",
    "mimetype": "text/x-python",
    "name": "python",
    "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython2",
-   "version": "2.7.10"
+   "pygments_lexer": "ipython3",
+   "version": "3.5.1"
   }
  },
  "nbformat": 4,


https://bitbucket.org/yt_analysis/yt/commits/1559e804fe54/
Changeset:   1559e804fe54
Branch:      yt
User:        ngoldbaum
Date:        2016-07-20 15:10:09+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2287)

Ensure kernel for last quickstart notebook is python3
Affected #:  1 file

diff -r af17c67b26e29d3e6fdca436a398f3a1fe8641e7 -r 1559e804fe54bb109f60e4af6e983be68b10c1f6 doc/source/quickstart/6)_Volume_Rendering.ipynb
--- a/doc/source/quickstart/6)_Volume_Rendering.ipynb
+++ b/doc/source/quickstart/6)_Volume_Rendering.ipynb
@@ -106,21 +106,21 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 2",
+   "display_name": "Python 3",
    "language": "python",
-   "name": "python2"
+   "name": "python3"
   },
   "language_info": {
    "codemirror_mode": {
     "name": "ipython",
-    "version": 2
+    "version": 3
    },
    "file_extension": ".py",
    "mimetype": "text/x-python",
    "name": "python",
    "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython2",
-   "version": "2.7.10"
+   "pygments_lexer": "ipython3",
+   "version": "3.5.1"
   }
  },
  "nbformat": 4,

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