Go to file
Ian Barfield e27e58bcc4 fix bug in stale profile clean up for clusters
"clusters" tab of my notebook wasn't rendering, so checked the log, found the stack trace:

```
[...]
      File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/handlers.py", line 21, in get
        self.finish(json.dumps(self.cluster_manager.list_profiles()))
      File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/clustermanager.py", line 77, in list_profiles
        self.update_profiles()
      File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/clustermanager.py", line 74, in update_profiles
        self.profiles.pop(stale)
    TypeError: unhashable type: 'set'
```

looks like a pretty straightforward mistake
2015-04-10 13:37:04 -04:00
docs Document how to install kernel spec files 2015-03-11 21:36:00 +01:00
examples Provide the notebook being imported with "get_ipython" 2015-03-30 11:52:25 +02:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
IPython remove nbconvert 2015-04-09 21:42:46 -07:00
jupyter_notebook fix bug in stale profile clean up for clusters 2015-04-10 13:37:04 -04:00
tools/tests update confined output test notebook 2015-03-29 14:06:13 -07:00
.gitignore jupyter_notebook path in setup base, gitignore 2015-04-08 23:04:20 -07:00
.mailmap fix backward n_pulls, n_issues in github stats 2015-04-03 13:05:18 -07:00
Dockerfile Bump less to @<3.0 so setup.py css works 2015-01-21 22:08:39 -05:00
setup.py add ipython[kernel] 2015-04-09 19:39:24 -07:00
setupbase.py remove nbconvert 2015-04-09 21:42:46 -07:00