Results 5 comments of Brandon Myers

+1 ![image](https://cloud.githubusercontent.com/assets/1979690/8559888/1a99bcbc-24c7-11e5-9f18-5461fed89009.png) in ipython ``` bash [W 16:44:06.146 NotebookApp] 404 GET /nbextensions/gdrive/drive-contents.js.map (::1) 6.42ms referer=None [W 16:44:21.797 NotebookApp] 404 GET /nbextensions/gdrive/drive-contents.js.map (::1) 1.78ms referer=None [W 16:44:22.014 NotebookApp] 404 GET /nbextensions/gdrive/gapiutils.js.map...

With the latest jupyter-drive I appear to get the same error as above when creating a new notebook

notebook is in v4 format

@Zsailer no, when I do new > Python 2, I get another error ![image](https://cloud.githubusercontent.com/assets/1979690/8758825/e9840e6e-2c9d-11e5-8a86-5632039ae0aa.png) ``` Uncaught (in promise) TypeError: Cannot read property 'orig_nbformat' of undefined at Notebook.load_notebook_success (http://localhost:8889/static/notebook/js/notebook.js?v=20150717160647:2205:45) at x.isFunction.i...

with the latest in master (ee58295), I no longer get this error when loading an existing notebook from drive ``` $ ipython --version 4.0.0 $ python --version Python 2.7.9 ```