我跟随文档安装jupyterlab-sql,但在jupyterlab中没有得到SQL启动程序。
jupyter labextension list返回
JupyterLab v2.1.0
Known labextensions:
app dir: c:\users\loicm\appdata\local\continuum\anaconda3\share\jupyter\lab
@jupyterlab/toc v0.6.0 enabled X
jupyterlab-sql v0.3.3 enabled X
The following extension are outdated:
@jupyterlab/toc
jupyterlab-sql
Consider running "jupyter labextension update --all" to check for updates.和jupyter labextension update --all返回
An error occured.
AttributeError: 'list' object has no attribute 'items'我能做什么才能让SQL启动程序在jupyterlab中工作呢?
发布于 2020-07-09 01:45:38
同样的问题发生在我将jupyterlab更新为2.x之后--如果检查这些扩展的github页面,您会发现它们只在jupyterlab 1.x上工作,2.x不受支持,可能是因为它刚刚发布。
https://stackoverflow.com/questions/61293349
复制相似问题