Eric Charles
Eric Charles
@fcollonval
> This PR enforces the rules on any request - it does not rely of having the handler decorated by tornado.web.authenticated. This is a technical detail but it could be...
> So does that means we could transform this PR as an concrete Authorizer implementation (in the sense of the authorization layer) that uses only the request to provide the...
Having a secured by default core server, as extensions, sound like a feature we need. We just need to clearly document that extensions will require authentication unless the add a...
> Add an output to a dashboard, close the dashboard, then re-add the same output to a new dashboard. The output won't be visible until the cell is re-run. I...
Thx for starting this @jtpio My first very quick feedback on this is that it is not clear if the show metrics are related to the server or the kernel...
@choldgraf I am not aiming for a JEP, but did not really know where to open something for this. Where should I have done that? Regarding the wording, yeah, no...
There also is a issue opened in jupyter-server team-compass https://github.com/jupyter-server/team-compass/issues/16 to give connect to people interested in this feature. So basically, you are adding the following stanza to the kernelspec?...
... and that stanza is a json-schema. For KSMM, we give the option to define env var (see https://raw.githubusercontent.com/deshaw/ksmm/main/screenshots/general_settings_ss.png). I read you say `...lists (respectively the command-line arguments and environment...
> 1. Run jupyter lab > 2. Go to localhost:8888 (or the link given by the jupyterlab) > 3. Create a new notebook in a sub-directory of your preferred_dir. >...