Kyle Kelley

Results 157 issues of Kyle Kelley

Opening this issue just to start outlining some documentation sections: * Creating subkernels * Customizing the kernel manager * Testing entrypoint setup * Development tips * Debugging the `pick_kernel` by...

Ensure that interrupts get passed through from the proxy kernel down to the child kernel.

I'd like to be able to use [update display](http://jupyter-client.readthedocs.io/en/stable/messaging.html#update-display-data) in a Scala kernel. It involves using two things: * `display_data` message with a `transient` field (alongside `data`, `metadata`) that has...

![scrolling a table ](https://camo.githubusercontent.com/638215e5f7484a266fe712a4ab59b5931a16a3df/687474703a2f2f672e7265636f726469742e636f2f73675a477843666c426d2e676966) Mimetype: `application/vnd.dataresource+json` I'm not sure if this belongs here or across every single kernel we'd want to target. For Spark DataFrames in particular, I'd like to...

I'd like to support metadata fields on all the output types. The ones that can't currently are `stream` and `error`. /cc @craigcitro, who I talked to about this yesterday

Deploying new nodes and I'm greeted with this friendly error: ``` TASK: [notebook | restart docker] ********************************************* failed: [tmp23-user.tmpnb.org] => {"failed": true} msg: * Docker is managed via upstart, try...

Instead of always changing the `GRUB_CMDLINE_LINUX` setting, we should check to see if `cgroup_enable=memory` and `swapaccount=1` are already set. For Rackspace's base images, they now have this set which means...

We should bind to just service net for both the proxy and orchestrate.

See https://forums.docker.com/t/should-docker-run-net-host-work/14215 We need to expose the port for the proxy directly while having access to the rest of the containers.

Two modes: - tmpnb + the proxy run on a separate node, while reaching out to a swarm cluster (`1 -> many`) - run tmpnb on a swarm node, launching...