当我在GCP AI Platform (Unified) Notebook中创建Debian实例以使用Jupyter Lab时,我无法安装kite (编码助手)。
我遵循Kite Jupyter Lab Extension的步骤,它允许我安装kite引擎,但当我执行pip install "jupyterlab-kite>=2.0.2"时,它以某种方式检测到gcp内置扩展已过时,并使它们停止工作。在那之后,大量的事情开始失败,例如,尝试做jupyter lab build不能工作,等等。
任何帮助都将不胜感激!
谢谢您:)
发布于 2021-03-10 15:28:11
JupyterLab平台笔记本支持JupyterLab 1.x,根据您的链接,此扩展支持AI 2.x和3.x。我们正在更新我们的JupyterLab版本。您可以做的是使用自定义容器,并拥有自定义的JupyterLab版本。
https://cloud.google.com/ai-platform/notebooks/docs/custom-container
您将需要在JupyterLab 2.x+中使用容器。示例:https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html
https://stackoverflow.com/questions/66551509
复制相似问题