Kyle Kelley

Results 159 issues of Kyle Kelley

I didn't notice a media type in the schema for JSON Table Schema, and I'd love to see one. Relatedly: https://github.com/pydata/pandas/issues/14386

enhancement

There is not currently a way to define [the "everything else" case](http://nginx.org/en/docs/http/converting_rewrite_rules.html) to do a 301 redirect. ``` nginx.conf server { listen 80 default_server; server_name _; return 301 http://example.com$request_uri; }...

Hey all! I enjoy viewing chat messages and responses as markdown. There's a simple way to do this in IPython-backed frontends (jupyter lab, classic notebook, colab, noteable, etc.) -- including...

Allowing for IPC transport in Deno will allow Deno to be run on Colab. (potentially) Closes #21589 We already accept arbitrary transport in our `bind_socket` setup from the `kernel.json`, so...

The following code breaks in the example notebook titled "Exploring Elements" ```python attrs = vid.attributes.copy() attrs['controls'] = False attrs['autoplay'] = False hand.update(video(vid.children, **attrs)) ``` ``` --------------------------------------------------------------------------- ValueError Traceback (most recent...

When this package is used from a workspace that uses `mypy` it will show up with the error: ``` Skipping analyzing "redis_om": module is installed, but missing library stubs or...

maintenance

This is a bit of a follow on to https://github.com/jupyter/jupyter/issues/212, addressing the [computational context](https://github.com/jupyter/roadmap/blob/master/spark.md#clustercomputational-context) section of the jupyter spark roadmap. /cc @holdenk @minrk @yuvipanda @rdblue ------- When working in a...

enhancement

Something I know a fair share of people would like is a database resource explorer. The general idea is that a kernel can offer what databases and tables it has...

enhancement

Another protocol discussed at the jupyter meetings, on the side was, in terms of user experience, a workspace/variable explorer. Since folks are less sure of what the protocol looks like...

enhancement