回答編集履歴
1
修正
answer
CHANGED
@@ -7,6 +7,5 @@
|
|
7
7
|
このコマンドでは[npmjs](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector)からファイルをダウンロードするのですが、バージョン指定しない場合の3.0.9のファイルがおかしいようです。
|
8
8
|
```sh
|
9
9
|
jupyter labextension install @lckr/jupyterlab_variableinspector@3.0.7
|
10
|
-
conda install -c conda-forge jupyterlab-variableinspector
|
11
10
|
```
|
12
11
|
[公式のgithub](https://github.com/lckr/jupyterlab-variableInspector/releases)からも3.0.9というバージョンは消されているので、3.0.7で問題はないと思われます。
|