質問編集履歴
1
誤字があった
test
CHANGED
File without changes
|
test
CHANGED
@@ -85,191 +85,3 @@
|
|
85
85
|
nodeのバージョンアップ、アナコンダの再インストール
|
86
86
|
|
87
87
|
nodeのメモリ増加
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
### 前提・実現したいこと
|
96
|
-
|
97
|
-
最近、プログラミングを始めたのですが
|
98
|
-
|
99
|
-
jupyterlabを使用してpythonの勉強を始めようと、環境設定を行っていました。
|
100
|
-
|
101
|
-
拡張機能variable inspectorをインストールしましたが、jupyterlab内に表示されませんでした。
|
102
|
-
|
103
|
-
なので、ネットで調べJupiter lab build 実行をしました。しかし、Runtime errorが発生し
|
104
|
-
|
105
|
-
logファイルを見ろということだったので解読しようとしましたができませんでした。
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
※pythonのディストリビューションはanaconda3を使用しています。
|
110
|
-
|
111
|
-
また、Mac Book AirでOSはBig Sur ver.11.2.1です。
|
112
|
-
|
113
|
-
### 発生しているlogファイル
|
114
|
-
|
115
|
-
長すぎるので自分がここじゃないかなと思うところを載せました。
|
116
|
-
|
117
|
-
間違っていたら載せ直すので教えてください。
|
118
|
-
|
119
|
-
```
|
120
|
-
|
121
|
-
ERROR in resolving fallback for shared module @lckr/jupyterlab_variableinspector
|
122
|
-
|
123
|
-
Module not found: Error: Can't resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build'
|
124
|
-
|
125
|
-
resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build'
|
126
|
-
|
127
|
-
Parsed request is a module
|
128
|
-
|
129
|
-
using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/package.json (relative path: .)
|
130
|
-
|
131
|
-
Field 'browser' doesn't contain a valid alias configuration
|
132
|
-
|
133
|
-
resolve as module
|
134
|
-
|
135
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/node_modules doesn't exist or is not a directory
|
136
|
-
|
137
|
-
looking for modules in /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules
|
138
|
-
|
139
|
-
single file module
|
140
|
-
|
141
|
-
using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/package.json (relative path: ./node_modules/@lckr/jupyterlab_variableinspector)
|
142
|
-
|
143
|
-
no extension
|
144
|
-
|
145
|
-
Field 'browser' doesn't contain a valid alias configuration
|
146
|
-
|
147
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector is not a file
|
148
|
-
|
149
|
-
.js
|
150
|
-
|
151
|
-
Field 'browser' doesn't contain a valid alias configuration
|
152
|
-
|
153
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector.js doesn't exist
|
154
|
-
|
155
|
-
.json
|
156
|
-
|
157
|
-
Field 'browser' doesn't contain a valid alias configuration
|
158
|
-
|
159
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector.json doesn't exist
|
160
|
-
|
161
|
-
.wasm
|
162
|
-
|
163
|
-
Field 'browser' doesn't contain a valid alias configuration
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
```
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
### 試したこと
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
nodeのバージョンアップ、アナコンダの再インストール
|
180
|
-
|
181
|
-
nodeのメモリ増加
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
### 前提・実現したいこと
|
190
|
-
|
191
|
-
最近、プログラミングを始めたのですが
|
192
|
-
|
193
|
-
jupyterlabを使用してpythonの勉強を始めようと、環境設定を行っていました。
|
194
|
-
|
195
|
-
拡張機能variable inspectorをインストールしましたが、jupyterlab内に表示されませんでした。
|
196
|
-
|
197
|
-
なので、ネットで調べJupiter lab build 実行をしました。しかし、Runtime errorが発生し
|
198
|
-
|
199
|
-
logファイルを見ろということだったので解読しようとしましたができませんでした。
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
※pythonのディストリビューションはanaconda3を使用しています。
|
204
|
-
|
205
|
-
また、Mac Book AirでOSはBig Sur ver.11.2.1です。
|
206
|
-
|
207
|
-
### 発生しているlogファイル
|
208
|
-
|
209
|
-
長すぎるので自分がここじゃないかなと思うところを載せました。
|
210
|
-
|
211
|
-
間違っていたら載せ直すので教えてください。
|
212
|
-
|
213
|
-
```
|
214
|
-
|
215
|
-
ERROR in resolving fallback for shared module @lckr/jupyterlab_variableinspector
|
216
|
-
|
217
|
-
Module not found: Error: Can't resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build'
|
218
|
-
|
219
|
-
resolve '@lckr/jupyterlab_variableinspector' in '/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build'
|
220
|
-
|
221
|
-
Parsed request is a module
|
222
|
-
|
223
|
-
using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/package.json (relative path: .)
|
224
|
-
|
225
|
-
Field 'browser' doesn't contain a valid alias configuration
|
226
|
-
|
227
|
-
resolve as module
|
228
|
-
|
229
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/build/node_modules doesn't exist or is not a directory
|
230
|
-
|
231
|
-
looking for modules in /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules
|
232
|
-
|
233
|
-
single file module
|
234
|
-
|
235
|
-
using description file: /Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/package.json (relative path: ./node_modules/@lckr/jupyterlab_variableinspector)
|
236
|
-
|
237
|
-
no extension
|
238
|
-
|
239
|
-
Field 'browser' doesn't contain a valid alias configuration
|
240
|
-
|
241
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector is not a file
|
242
|
-
|
243
|
-
.js
|
244
|
-
|
245
|
-
Field 'browser' doesn't contain a valid alias configuration
|
246
|
-
|
247
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector.js doesn't exist
|
248
|
-
|
249
|
-
.json
|
250
|
-
|
251
|
-
Field 'browser' doesn't contain a valid alias configuration
|
252
|
-
|
253
|
-
/Users/higuchiyouhei/opt/anaconda3/share/jupyter/lab/staging/node_modules/@lckr/jupyterlab_variableinspector.json doesn't exist
|
254
|
-
|
255
|
-
.wasm
|
256
|
-
|
257
|
-
Field 'browser' doesn't contain a valid alias configuration
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
```
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
### 試したこと
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
nodeのバージョンアップ、アナコンダの再インストール
|
274
|
-
|
275
|
-
nodeのメモリ増加
|