Jupyter notebook become RTL after upgrade

你说的曾经没有我的故事 提交于 2021-02-07 19:54:28

问题


I created python 3.6 environment in miniconda. Jupyter notebook is working now right-to-left

How can I fix it ?

installed packages:

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

Notebook metadata:

{
  "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"
  }
}

回答1:


In a notebook:

  1. press ctrl+shift+F

  2. search rtl

  3. select togle rtl




回答2:


Permanent Solution that worked for me:

On your chrome -> settings -> advanced -> languages

click the arrow to order languages:

Make sure your first language is a ltr one.



来源:https://stackoverflow.com/questions/48245368/jupyter-notebook-become-rtl-after-upgrade

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!