gpt4 book ai didi

python - 在 JupyterLab 中使用所需环境时未显示图标

转载 作者:行者123 更新时间:2023-12-04 07:50:00 31 4
gpt4 key购买 nike

我的 jupyter lab 没有显示任何图标这是它的显示方式 enter image description here

这是我使用这 2 个命令运行 jupyter lab 的时候

conda activate python_cvcourse
jupyter-lab

但如果我只使用

jupyter-lab

启动 jupyter notebook(它不会创建我需要的环境)然后这里是 notebook 的显示方式 enter image description here

您现在可以看到所有图标是如何显示的,我不明白这里有什么问题我可以通过记住图标的位置来解决这个问题,但这不是很有帮助,我该怎么办?我在 Windows 10 上,我使用的 jupyter 版本是

jupyter core     : 4.6.3
jupyter-notebook : 6.1.4
qtconsole : 4.7.7
ipython : 7.19.0
ipykernel : 5.3.4
jupyter client : 6.1.7
jupyter lab : 2.2.6
nbconvert : 6.0.7
ipywidgets : 7.5.1
nbformat : 5.0.8
traitlets : 5.0.5

最佳答案

您的虚拟环境中是否安装了 pyLDAvis?显然有强有力的证据表明它是与 pyLDAvis 的交互。可以查一下here

要修复,您可以在笔记本中执行此操作:

from IPython.display import HTML
css_str = '<style> \
.jp-Button path { fill: #616161;} \
text.terms { fill: #616161;} \
.jp-icon-warn0 path {fill: var(--jp-warn-color0);} \
.bp3-button-text path { fill: var(--jp-inverse-layout-color3);} \
.jp-icon-brand0 path { fill: var(--jp-brand-color0);} \
text.terms { fill: #616161;} \
</style>'
display(HTML(css_str ))

关于python - 在 JupyterLab 中使用所需环境时未显示图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67032985/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com