Matthias Bussonnier
|
e808d23594
|
Merge pull request #6607 from minrk/cluster-load-remove
remove deleted profiles from cluster list
|
11 years ago |
MinRK
|
ee1d9d65f3
|
stop using deprecated DelayedCallback
in favor of simpler IOLoop.add_timeout
It was added in pyzmq, but deprecated in pyzmq-13.
|
11 years ago |
MinRK
|
1f231f7b5a
|
remove deleted profiles from cluster list
|
11 years ago |
MinRK
|
e64f689374
|
don’t import IPython.parallel until it’s used
in IPython.html.notebookapp
|
12 years ago |
MinRK
|
44d2a5b62a
|
only use zmq.jsonapi when talking to zmq sockets
use stdlib json otherwise
|
12 years ago |
Thomas Kluyver
|
557fb3f4ae
|
Python 3 compatibility for os.getcwdu()
|
12 years ago |
Matthias Bussonnier
|
cefbcbead1
|
Merge pull request #3526 from minrk/clusterlist
ensure 'default' is first in cluster profile list
when sorting, 'default' is transformed to ''.
|
13 years ago |
MinRK
|
13408ecf71
|
ensure 'default' is first in cluster profile list
when sorting, `'default'` is transformed to `''`.
|
13 years ago |
Thomas Kluyver
|
a2bf752dba
|
Remove unused imports in IPython.html
|
13 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |