Min RK
Min RK
#11612 fixes the issue with tests. I can't be sure if there will be any negative consequences when there are multiple incompatible globs attempted, which would previously (correctly) fail immediately,...
SystemUserSpawner is best suited to the Hub running on the host (not in a container) and users in containers, but it can be done. To get this to work with...
@jaimergp if you could take over, that would be wonderful. I'm not super efficient and debugging conda internals.
Looks great, thanks @jaimergp!
It might with some work, but it doesn't make a great deal of sense. Typically kubespawner is used with the jupyterhub helm chart: https://zero-to-jupyterhub.readthedocs.io
JupyterHub replaces the authentication mechanism, so the token-auth introduced in notebook master won't work (yet) with JupyterHub. I'll work on that after we push out the 0.7 release (likely tomorrow).
nbdime identifies binary content and replaces it with something like ``. There isn't a mechanism to replace this with something else, though.
I agree that displaying images side-by-side for human review is probably the best to go for. Computationally comparing images is only really doable if your goal is pixel-perfect comparison, which...
Until the debugger, all requests on both control and shell were handled in the say way - where one request could be processed at a time, and thus the kernel...
Adding a note that this is not a pressing issue - since we use tornado as very little more than an asyncio runner, we might as well run asyncio directly,...