10000 Merge pull request #22 from rgbkrk/upgrade-to-3.2.0 · rgbkrk/ipython-notebook-cookbook@8aefc10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8aefc10

Browse files
committed
Merge pull request #22 from rgbkrk/upgrade-to-3.2.0
Upgrade to 3.2.0
2 parents 128f5a8 + 700c31e commit 8aefc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190

191191
# Let users configure exactly what version of IPython they are going to pull (from git, PyPI, etc.)
192192
# 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"
193+
default[:ipynb][:ipython_package] = "ipython[notebook]==3.2.0"
194194

195195
# Additional packages to install into the same virtualenv as the IPython notebook
196196
default[:ipynb][:extra_packages] = []

0 commit comments

Comments
 (0)
0