##// END OF EJS Templates
Fix wrong u-prefix for strings in magics docs....
r28394:72cb62c8
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
Fernando Perez
Checkpoint with more tests working....
r1420 x = 1
Matthias Bussonnier
Run black on all files that would lead to 3 lines changes or less
r27843 print("x is:", x)