##// END OF EJS Templates
Adjust %matplotlib docstring re: matplotlib_inline. (#13927)...
Adjust %matplotlib docstring re: matplotlib_inline. (#13927) set_matplotlib_formats and set_matplotlib_close have been deprecated in IPython.display and moved out to matplotlib_inline.backend_inline; adjust the docstring of the %matplotlib magic accordingly.

File last commit:

r27843:667f3cbe
r28083:0a010a12 merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)