rgbkrk / ipython-notebook-cookbook

:book: IPython Notebook Cookbook for Deployment via Chef
Apache License 2.0
41 stars 10 forks source link

Upgrade to 3.2.0 #22

Closed rgbkrk closed 9 years ago

rgbkrk commented 9 years ago

2.x-3.1 had a security vulnerability: http://seclists.org/oss-sec/2015/q2/779

@brint @JasonBoyles can you try this out with the current heat setup?

brint commented 9 years ago

testing

rgbkrk commented 9 years ago

I just realized that the nginx configuration will likely need updates (see https://github.com/jupyter/tmpnb-deploy/blob/91043d321c24beca803c4149cbc50dd7db7f0f64/roles/proxy/templates/nginx.conf.j2#L61)

brint commented 9 years ago

It does deploy with 3.2.0, not sure what out of there needs to be changed. I will defer to you on that one.

rgbkrk commented 9 years ago

I'd make sure you can run code inside a notebook primarily.

brint commented 9 years ago

I could launch a terminal and a notebook. I was able to do some simple python things in the notebook as well.

rgbkrk commented 9 years ago

Ok, awesome.