10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128f5a8 + 700c31e commit 8aefc10Copy full SHA for 8aefc10
attributes/default.rb
@@ -190,7 +190,7 @@
190
191
# Let users configure exactly what version of IPython they are going to pull (from git, PyPI, etc.)
192
# Most of the attributes, configuration, etc. rely on IPython 1.0 so be wary if for some reason you want to use 0.x releases.
193
-default[:ipynb][:ipython_package] = "ipython[notebook]==2.2.0"
+default[:ipynb][:ipython_package] = "ipython[notebook]==3.2.0"
194
195
# Additional packages to install into the same virtualenv as the IPython notebook
196
default[:ipynb][:extra_packages] = []
0 commit comments