NEX
NEX

Reputation: 563

I don't get auto quotes in jupyter notebook

I am new to python. I am using Jupyter notebook through anaconda. I do not get the auto quotes while writing code.("",'') But auto braces or parentheses works. Could you please help me fix this.

Upvotes: 4

Views: 4335

Answers (2)

scign
scign

Reputation: 943

It's part of the "Auto Close Brackets" setting, which is a toggle menu item that you should be able to find in the "Settings" menu.

Upvotes: 8

Adriel M. Vieira
Adriel M. Vieira

Reputation: 121

You need to change your keyboard language. I had the same issue while using "U.S. International - PC" keyboard. When I changed to "US" it starts working with quotes as well.

Upvotes: 2

Related Questions