Wei Ouyang

Results 197 comments of Wei Ouyang

@manics Thanks for the suggestions. Normally, we won't need the notebook token for the web page to make request to the proxied server (because authentication will be done automatically via...

No I don't have it now @yuvipanda I will let you know if I get sometime to work on it.

I came across the same issue on windows, and made an issue in the `simpervisor` repo.

I did a bit more research on the windows support, my conclusion is that we may need to implement a fallback solution for windows which does not use simpervisor. The...

@jacobtomlinson I made a PR for this issue, would be great if you can do a test by running `pip install -U http://github.com/oeway/jupyter-server-proxy/tarball/master#egg=jupyter-server-proxy`?

> Thanks for investigating this. Do you have any experience of using Travis on Windows? https://docs.travis-ci.com/user/reference/windows/ > > I'm worried this could be inadvertently broken in future since most people...

@manics Made a PR for Github Actions which supports windows: https://github.com/jupyterhub/jupyter-server-proxy/pull/184

> Thank you very much for opening this PR! Windows support is absolutely necessary for many many tools these days, and while I don't have access to a machine, am...

I did some search and couldn't find a solution for making sure process on windows are not dead. Well perhaps we don't need simpervisor if we already start the subprocess...

A gentle ping to @yuvipanda : Could you please let me know what you think about how to support windows?