The version of Python with Anaconda is lightly newer.
This commit is contained in:
parent
c88e00ecd0
commit
3e6a49ac27
|
|
@ -2040,7 +2040,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython2",
|
"pygments_lexer": "ipython2",
|
||||||
"version": "2.7.12"
|
"version": "2.7.15"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython2",
|
"pygments_lexer": "ipython2",
|
||||||
"version": "2.7.12"
|
"version": "2.7.15"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
|
|
@ -851,7 +851,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython2",
|
"pygments_lexer": "ipython2",
|
||||||
"version": "2.7.12"
|
"version": "2.7.15"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
|
|
@ -3828,7 +3828,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython2",
|
"pygments_lexer": "ipython2",
|
||||||
"version": "2.7.12"
|
"version": "2.7.15"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
|
|
@ -1524,6 +1524,7 @@ del F # Otherwise Sphinx autodoc will pick it up.
|
||||||
|
|
||||||
|
|
||||||
YIN_STACK_EFFECTS = yin_functions()
|
YIN_STACK_EFFECTS = yin_functions()
|
||||||
|
add_aliases(YIN_STACK_EFFECTS, ALIASES)
|
||||||
|
|
||||||
# Load the auto-generated primitives into the dictionary.
|
# Load the auto-generated primitives into the dictionary.
|
||||||
_functions.update(YIN_STACK_EFFECTS)
|
_functions.update(YIN_STACK_EFFECTS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue