notebook/jupyter_notebook/services
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
..
clusters fix bug in stale profile clean up for clusters 2015-04-10 13:37:04 -04:00
config jupyter_notebook imports 2015-04-08 23:04:21 -07:00
contents jupyter_notebook imports 2015-04-08 23:04:21 -07:00
kernels jupyter_notebook imports 2015-04-08 23:04:21 -07:00
kernelspecs jupyter_notebook imports 2015-04-08 23:04:21 -07:00
nbconvert jupyter_notebook imports 2015-04-08 23:04:21 -07:00
security move IPython.html to jupyter_notebook 2015-04-08 23:04:17 -07:00
sessions jupyter_notebook imports 2015-04-08 23:04:21 -07:00
__init__.py move IPython.html to jupyter_notebook 2015-04-08 23:04:17 -07:00