-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装插件后,一直显示initializing #18
Comments
安装插件之后显示了这个错误:
运行了jupyter lab build之后又出现了这个错误:[LabBuildApp] JupyterLab 3.6.3 If you are building via the jupyter lab build --dev-build=False --minimize=False You can also disable these options for all JupyterLab builds by adding these c.LabBuildApp.minimize = False If you don't already have a jupyter --paths Explanation:
An error occurred. 查看了日志后看到:(base) jovyan@18ba5171b0d0:~/work/HyperPose$ cat /tmp/jupyterlab-debug-tkis9x15.log [LabBuildApp] Building in /opt/conda/share/jupyter/lab [LabBuildApp] Yarn configuration loaded. [LabBuildApp] > node /opt/conda/lib/python3.10/site-packages/jupyterlab/staging/yarn.js yarn-deduplicate -s fewer --fail [LabBuildApp] > node /opt/conda/lib/python3.10/site-packages/jupyterlab/staging/yarn.js run build:prod:minimize [LabBuildApp] JupyterLab failed to build [LabBuildApp] File "/opt/conda/lib/python3.10/site-packages/jupyterlab/debuglog.py", line 47, in debug_logging [LabBuildApp] File "/opt/conda/lib/python3.10/site-packages/jupyterlab/labapp.py", line 204, in start [LabBuildApp] File "/opt/conda/lib/python3.10/site-packages/jupyterlab/labapp.py", line 195, in start [LabBuildApp] File "/opt/conda/lib/python3.10/site-packages/jupyterlab/commands.py", line 506, in build [LabBuildApp] File "/opt/conda/lib/python3.10/site-packages/jupyterlab/commands.py", line 722, in build |
这个插件使用了 scss,根据 jupyterlab 的 issue, 不支持 一直 initializing 一般是 tensorboard 后端启动的过程报错了,可以开启 debug 日志看看? |
我安装了插件之后一直在initializing
我的环境是
python:3.7
TensorFlow-gpu=2.3.1
IPython : 8.13.2
ipykernel : 6.23.0
ipywidgets : 8.0.6
jupyter_client : 8.2.0
jupyter_core : 5.3.0
jupyter_server : 2.5.0
jupyterlab : 3.6.3
nbclient : 0.7.4
nbconvert : 7.4.0
nbformat : 5.8.0
notebook : 6.5.4
qtconsole : 5.4.3
traitlets : 5.9.0
注:我是在服务器中部署的,拉取的images是:jupyter/datascience-notebook:2023-05-15
Originally posted by @electroram in #17 (comment)
The text was updated successfully, but these errors were encountered: