Dave Foster

Results 2 issues of Dave Foster

On Python 3.5.2 / consulate 0.6 I was seeing an intermittent error: ``` python ... File "/app/__init__.py", line 65, in consul_lock sid = consul.session.create(session_name, ttl=ttl) File "/opt/conda/lib/python3.5/site-packages/consulate/api/session.py", line 67, in...

bug

Hi folks, was just wondering if it is possible to create kernel extensions (see http://ipython.readthedocs.io/en/stable/config/extensions/) like it is in the Python kernels? I have several I've written that I'd like...