question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jupyter notebook become RTL after upgrade

See original GitHub issue

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

It is impossible to write code like this.

How can I fix it "

installed packages are: 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 jupyter_client 5.2.1 py36_0 conda-forge jupyter_core 4.4.0 py_0 conda-forge nbconvert 5.3.1 py_1 conda-forge nbformat 4.4.0 py36_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" } }

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:34 (8 by maintainers)

github_iconTop GitHub Comments

87reactions
takluyvercommented, Jan 15, 2018

Press Ctrl-Shift-F to bring up the command palette. Search for ‘rtl’ and select ‘toggle rtl layout’. It should switch around.

If the first language selected in your browser is Arabic or Hebrew, it currently selects RTL by default. CCing @samarsultan in case that needs refining.

14reactions
shahardocommented, Mar 18, 2018

Thanks @takluyver, however that works only for the current session. Any new notebook will start with the RTL option on again. Additionally, the tree page (http://localhost:8888/tree) is in RTL too…

Is there some global flag to turn off RTL option altogether?

EDIT: OK, I changed the default language of the browser (Chrome) from Hebrew to English, and now everything works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter Notebook 5.2.0
We are pleased to announce the release of Jupyter Notebook 5.2.0. This is a minor release that includes mostly bug fixes and improvements ......
Read more >
Changelog — Jupyter Notebook 6.2.0 documentation
Use pip install notebook --upgrade or conda upgrade notebook to upgrade to the latest release. We strongly recommend that you upgrade pip to...
Read more >
Jupyter notebook changelog — Jupyter Notebook 5.2.1 ドキュメント
Use pip install notebook --upgrade or conda upgrade notebook to upgrade to the ... This is the first major release of the Jupyter...
Read more >
How to Bind Driver to RTL in PYNQ3? - Support - PYNQ
I just upgraded my ZCU111 from PYNQv2.7 to PYNQv3.0.1 and ... or run the following in a jupyter notebook to clear any cached...
Read more >
Jupyter notebook is great.. But I don't understand why RTL is… | by ...
I upgraded jupyter notebook, now its RTL. Its impossible to write code like this, how can I fix it ?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found