前提・実現したいこと
初めまして、Python初心者です。
今、Pythonをつかってスクレイピングをしようと思い、anaconda、そして仮想環境の構築に成功しました。
その仮想環境の中でvariableinspectorというものをインストールしようとしているのですが以下のようなエラーが出て解決できていません。
発生している問題・エラーメッセージ
$jupyter labextension install @lckr/jupyterlab_variableinspector
これを打ち込んだら
Errored, use --debug for full output: ValueError: No version of @lckr/jupyterlab_variableinspector could be found that is compatible with the current version of JupyterLab. However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab. Conflicting Dependencies: JupyterLab Extension Package >=0.18.4 <0.19.0 >=2.0.0 <3.0.0 @jupyterlab/application >=0.18.4 <0.19.0 >=2.0.0 <3.0.0 @jupyterlab/apputils >=0.18.4 <0.19.0 >=2.0.0 <3.0.0 @jupyterlab/console >=2.1.4 <3.0.0 >=4.0.0 <5.0.0 @jupyterlab/coreutils >=0.18.4 <0.19.0 >=2.0.0 <3.0.0 @jupyterlab/notebook >=3.1.4 <4.0.0 >=5.0.0 <6.0.0 @jupyterlab/services
のようなエラーが出ました
該当のソースコード
試したこと
$run npm install -g npm to update $pip install --upgrade jupyterlab
上記のエラーの内容的におそらくjupyterLabのversionが古いのではないかと思って上記の二つを実行しました。
しかし、解決することができませんでした。
自分は全くの初心者なので丁寧に教えてもらえると幸いです。
どなたかご教示ください。
補足情報(FW/ツールのバージョンなど)
python 3.9.0
jupyter notebook 5.6.0
jupyter lab 0.34.9
あなたの回答
tips
プレビュー