+ 1 for getting rid of the preparsing of \

It is particularly annoying when typing (usually long) expressions like

f(x) = x + \ 
           1
in an input cell of a Jupyter notebook. If the \ is followed by a blank 
space, one gets 

Cell In [22], line 1 
__tmp__=var("x"); f = symbolic_expression(x + * BackslashOperator() * 
).function(x)
SyntaxError: invalid syntax

which is particularly disturbing for a new user!

Eric

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/d397d13d-1765-43b1-ac55-17ccc764196fn%40googlegroups.com.

Reply via email to