Jupyter笔记本升级后成为RTL

时间:2018-01-13 23:45:26

标签: python anaconda jupyter-notebook right-to-left

我在miniconda中创建了python 3.6环境。 Jupyter笔记本现在从右到左工作 enter image description here

我该如何解决?

已安装的软件包:

ipykernel                 4.7.0                    py36_0    conda-forge
ipython                   6.2.1                    py36_1    conda-forge
ipython_genutils          0.2.0                    py36_0    conda-forge
jsonschema                2.5.1                    py36_0    conda-forge
jupyter_client            5.2.1                    py36_0    conda-forge
jupyter_core              4.4.0                      py_0    conda-forge
notebook                  5.2.2                    py36_1    conda-forge

笔记本元数据:

{
  "celltoolbar": "Edit Metadata",
  "kernelspec": {
    "name": "python3",
    "display_name": "Python 3",
    "language": "python"
  },
  "language_info": {
    "name": "python",
    "version": "3.6.4",
    "mimetype": "text/x-python",
    "codemirror_mode": {
      "name": "ipython",
      "version": 3
    },
    "pygments_lexer": "ipython3",
    "nbconvert_exporter": "python",
    "file_extension": ".py"
  }
}

2 个答案:

答案 0 :(得分:8)

在笔记本中:

  1. ctrl + shift + F

  2. 搜索rtl

  3. 选择togle rtl

答案 1 :(得分:0)

对我有用的永久解决方案:

在Chrome上->设置->高级->语言

单击箭头以订购语言: enter image description here

确保您的第一语言是通用语言。