前提・実現したいこと
Jupiter lab を使用しpythonの勉強を始めました。
便利な拡張機能としてvariable inspector をインストールしました。無事にインストールはできたのですが
Jupiter lab で表示されません。ターミナルで確認するとJupiter lab build を勧められたので実行すると runtime error という表示が出ました。このような時どうのようにして解決したら良いですか。
※pythonのでィストリビューションはAnaconda3を使用しています。
また、Mac Book AirのOSはBIg surでver.11.2.1を使用しています。
発生している問題・エラーメッセージ
An error occured. RuntimeError: JupyterLab failed to build See the log file for details: /var/folders/sd/r_bvd_693yvd59pwbqv1nslh0000gn/T/jupyterlab-debug-mjou371k.log
logファイル
自分なりlogファイルでここが問題だと思うところです。
(log全てのせる方法がわからなかったので…)
ERROR in resolving fallback for shared module @lckr/jupyterlab_variableinspector Module not found: Error: Can't resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build' resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build' Parsed request is a module using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/package.json (relative path: .) Field 'browser' doesn't contain a valid alias configuration resolve as module /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/node_modules doesn't exist or is not a directory looking for modules in /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules single file module using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/package.json (relative path: ./node_modules/@lckr/jupyterlab_variableinspector) no extension Field 'browser' doesn't contain a valid alias configuration /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector is not a file .js
試したこと
nodejsバージョンを上げる
anacondaの再インストール
あなたの回答
tips
プレビュー