Peter Parente
Peter Parente
During the security review of 0.6.0 for #196, I noted that blacklisting rather than whitelisting messages that can be sent from the dashboard server client to a kernel leaves the...
The cougars used to top-align. Now they don't.  Reason:  Do we care?
The current implementation assumes a standalone kernel gateway or notebook server. This is equivalent to `tmpnb: false` mode in thebe. It also needs to support the `/api/spawn` mode of operation...
Right now, we write notebooks / bundles to local disk when they are POSTed via the API. This means we can't scale the server horizontally nor can we operate in...
After settling on how #123 is done, we should think about how to support authorization. Some thoughts: - We could start with simple access control at a whole-notebook/dashboard level. Can...
Current implementation prevents arbitrary code from the browser to reach the kernel. However, the browser can instruct the proxy to resend one of the code cells from a notebook multiple...
Please: - [x] Describe how to reproduce the bug. `tickMinStep=1` seems to be ignored in v5.8.0 of vega-lite when for domain values less than 5. Ticks appear with floating point...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
The kernel tester should probably check for idle/busy around all shell replies since it's part of the 5.0 spec. Ref: https://github.com/IRkernel/IRkernel/issues/311, https://github.com/jupyter/jupyter-js-services/issues/139
New feature added to KG in https://github.com/jupyter/kernel_gateway/pull/186. Need an example of it over here. Doesn't have to be complicated. Just something showing how the Swagger can be included in the...