Thomas Kluyver

Results 876 comments of Thomas Kluyver

Thanks! And it appears to be free up to 10k emails per month, which should be plenty for this.

This may need a combined BSD & CC-BY license (same as my comment on https://github.com/jupyter/ngcm-tutorial/pull/27 )

- The nbconvert template exercise felt like we were really dropping people in the deep end: Jinja templates involve some concepts that people haven't come across before, and the special...

We sent round a user survey to the participants. So far, 8 of about 13 participants have responded: https://docs.google.com/forms/d/1XcEnDeOOXAL0O4gdnvb7SGiy4kUnvfOqZfnDARIT7Xs/edit#responses (I'm not exactly sure about the sharing settings - let me...

There's no 'viewing' option to share the results of a Google Form - anyone who can see the results can also edit the form. I don't want to open it...

My thinking is that frontends should include the full kernel type ID, e.g. `spec/python3` or `conda/env-foo`, including both the provider ID and the kernel type name within that provider. From...

I suggest: - A *kernel spec* is a directory with a `kernel.json` file. - A *kernel type* is anything discovered through the JKM machinery (which includes kernel specs, exposed with...

*Sigh* OK, that's not as simple as it looks. Using `run()` apparently breaks any later calls to `get_event_loop()` because... something something global state. :disappointed: The same is true of using...

Ugh, now there are random test failures on a parallel test. :disappointed:

I suspect it's not directly related, but maybe creating new event loops makes it more likely. I confess I restarted CI twice on the last commit in the hope that...