Identation coverts to weird arrow while copying code from sublime to jupyter notebook
问题 Copying this piece of code from sublime : # Texts Texts Texts Texts Texts Texts for i in range(10): #Idented Texxt print i results in below, with the line tab in jupyter-notebook. Now if i want to add to the code and do further testing in jupyter, i need to copy this weird arrow instead of hitting tab (else, it shows indentation error). Is there some simple way to change? I can imagine I am missing something really simple and this might not be a problem at all. I tried looking but found no