Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

> The more I think about this. Perhaps creating `jupyter/docs` makes the most sense. Should https://github.com/jupyter/jupyter be focused on just hosting the `jupyter` metapackage then? There is already some good...

cc @jweill-aws since the topic of triaging was discussed during today's weekly meeting: https://github.com/jupyterlab/team-compass/issues/128#issuecomment-989050676 We could continue here in this issue, or open a new one if you think it...

@jweill-aws do you think this is now fixed by https://github.com/jupyterlab/jupyterlab/issues/11660 and the new triage meeting? (#137)

Maybe we could add a new section to the readme here: ![image](https://user-images.githubusercontent.com/591645/156319598-840cc276-d691-4526-9c79-9e8fb6aa6dbe.png) And do something similar in https://github.com/jupyter/notebook-team-compass.

For reference there is now a weekly triage meeting: https://github.com/jupyterlab/team-compass/issues/137

For reference there was some previous effort to try to close old issues in the notebook repo: https://github.com/jupyter/notebook-team-compass/issues/27

Forks can be renamed and could add the `jupyterlab-` part? (although this adds an extra manual step).

Yes Traefik was started by the hub in this case (using this config: https://gist.github.com/jtpio/88d98746ed8577403d4e4497370c6950). Sometimes this message is printed only once and the hub continues as normal. But sometimes this...

It appears to be running: ![traefik-jhub-process](https://user-images.githubusercontent.com/591645/75693255-f9977280-5ca6-11ea-9b2a-0d147ae390fd.gif) I'll check with an explicit config (username and password). But it looks like they are generated if not specified? https://github.com/jupyterhub/traefik-proxy/blob/a968d813f4388657c0a1d36c09fd84d0d43ac779/jupyterhub_traefik_proxy/proxy.py#L74-L103

Using this config: ```python import os from jupyterhub.auth import DummyAuthenticator from jupyterhub.spawner import SimpleLocalProcessSpawner from jupyterhub_traefik_proxy import TraefikTomlProxy c = get_config() # noqa c.JupyterHub.authenticator_class = DummyAuthenticator c.JupyterHub.spawner_class = SimpleLocalProcessSpawner c.JupyterHub.proxy_class...