Viktorov Asked:2020-12-07 18:59:41 +0000 UTC2020-12-07 18:59:41 +0000 UTC 2020-12-07 18:59:41 +0000 UTC 左侧的符号不适合 jupyter notebook,如何解决? 772 学习使用 Jupyter Notebook。由于某种原因,左侧的某些字符不适合输出(见图)。告诉我如何解决这个问题? python 1 个回答 Voted Best Answer Viktorov 2020-12-07T22:47:26Z2020-12-07T22:47:26Z 部分字符串的丢失是由于使用了 jupyter-themes造成的。更多关于链接上的问题 要修复它,您可以修复所选主题的 custom.css 文件中的 div.out_prompt_overlay.prompt 和 div.out_prompt_overlay.prompt:hover 参数。 但是,就我而言,仅更新主题和重置缓存会有所帮助。 pip3 install jupyterthemes pip3 install --upgrade jupyterthemes jt -r jt -t solarizedd UPD 看起来问题是由单元格折叠插件引起的。解决方法是编辑文件custom.css。我有一条通往它的道路/home/andrey/.jupyter/custom/custom.css。 您需要将 ydiv.out_prompt_overlay.promptс和 and的div.out_prompt_overlay.promptс.hover 属性 从 14.5ex 更改为 11.5ex。 更多的min-widthwidth
部分字符串的丢失是由于使用了 jupyter-themes造成的。更多关于链接上的问题
要修复它,您可以修复所选主题的 custom.css 文件中的 div.out_prompt_overlay.prompt 和 div.out_prompt_overlay.prompt:hover 参数。
但是,就我而言,仅更新主题和重置缓存会有所帮助。
UPD
看起来问题是由单元格折叠插件引起的。解决方法是编辑文件
custom.css。我有一条通往它的道路/home/andrey/.jupyter/custom/custom.css。您需要将 y
div.out_prompt_overlay.promptс和 and的div.out_prompt_overlay.promptс.hover属性 从 14.5ex 更改为 11.5ex。 更多的min-widthwidth