Paul Ivanov
Paul Ivanov
I think anyone can edit the wiki, so please feel free. I'll also add a documentation tag on here for discover-ability of people looking to improve the state of docs.
I was telling Kyle that this reminds me of the [expvar](https://golang.org/pkg/expvar/) Go standard library module - which does a similar thing by exposing a JSON endpoint of live data within...
Yuvi also pointed to prometheus doing something similar to expvar - our API for registering resources could look something like [that](https://github.com/prometheus/client_python).
Summarizing in person discussion with Kyle and Yuvi: We want to constrain the scope of possibilities for this feature, so that it does not become an arbitrary backchannel others will...
I followed the `type` and `name` examples Kyle had in the initial proposal - thinking of `type` as the "bucket" name, and `name` being individual members of the bucket. So...
Oh, wait, Kyle, were you asking if we might want to instead of just having a identifier for the resource to also specify the type/kind/sort of resource that it is?...
I've got a prototype implementation of this that I'm developing with the help of the [Jovyan Popular Front](https://github.com/ivanov/popular-front).
the `%notebook` magic is worth a mention here, you can already export an ipython session's inputs to an `.ipynb` file, and adding the output results to the notebook would be...
Hearing no opposition here or on the zulip thread, I've followed through on the plan that was outlined and pushed 4be0c486b5d9918c546495f180f5d7e839805eba back as the tip of the default branch here....
Thanks for your contribution, @byang9 though I don't think we particularly need this. I install jupyter using pip and still end up with `jupyter` executable. Sounds like maybe you're ending...