The version of Python with Anaconda is lightly newer.

This commit is contained in:
Simon Forman 2018-08-24 16:46:18 -07:00
parent c88e00ecd0
commit 3e6a49ac27
5 changed files with 5 additions and 4 deletions

View File

@ -2040,7 +2040,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"version": "2.7.15"
}
},
"nbformat": 4,

View File

@ -233,7 +233,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"version": "2.7.15"
}
},
"nbformat": 4,

View File

@ -851,7 +851,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"version": "2.7.15"
}
},
"nbformat": 4,

View File

@ -3828,7 +3828,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"version": "2.7.15"
}
},
"nbformat": 4,

View File

@ -1524,6 +1524,7 @@ del F # Otherwise Sphinx autodoc will pick it up.
YIN_STACK_EFFECTS = yin_functions()
add_aliases(YIN_STACK_EFFECTS, ALIASES)
# Load the auto-generated primitives into the dictionary.
_functions.update(YIN_STACK_EFFECTS)