我正在使用jupyter kernelgateway notebook-http模式托管Web服务器。
jupyter kernelgateway --KernelGatewayApp.api=notebook-http --KernelGatewayApp.ip=0.0.0.0 --KernelGatewayApp.seed_uri='~/test.ipynb' --port 5000 --KernelGatewayApp.prespawn_count=3
我没有找到任何一种自动生成内核或一次异步处理多个请求的方法。我发现并行处理的请求等于指定的预生成笔记本的数量,否则它们以串行方式处理。请帮我解决这个问题。 预先感谢!