plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Start single server from backend #81

Closed trungleduc closed 5 months ago

trungleduc commented 5 months ago

Reference

Due to the changes in JupyterHub 4.1.2, users can not send a POST request to the JupyterHub server from tljh-repo2docker's frontend anymore. This PR adds new endpoints to start and stop single-server from the service's backend

Code changes

jtpio commented 5 months ago

Wondering if we should recommend using JupyterHub 4.1.2 or higher, for example in the README?

trungleduc commented 5 months ago

The service should work with any version of JupyterHub, so JupyterHub >=4 is enough

jtpio commented 5 months ago

ok :+1: