我正在Kubernetes中使用helm(零到hubyterhub)构建hubyterhub infra。一切都很顺利,但我在尝试禁用终端时卡住了。我们不想为用户提供对终端的显式访问。
我尝试了一些配置,包括添加extraConfig“c.ServerApp.terminals_enabled = False”和“c.Spawner.args = ["-ServerApp.terminals_enabled=False”]"。但它不起作用。
我还尝试添加额外的脚本文件作为extraFiles为单个用户,但它没有被触发。
请建议,如果有人面临类似的情况,并已解决了同样的。你的帮助在这里是非常感谢。
谢谢你,Vikas
1条答案
按热度按时间s71maibg1#
尝试jupyter kernelspec remove python3 -y,然后使用命令jupyter lab --ip=0.0.0.0 --KernelSpecManager.ensure_native_kernel=False启动jupyter