##// END OF EJS Templates
Simplified the reset of the _svg_warning_displayed flag in RichIPythonWidget...
Simplified the reset of the _svg_warning_displayed flag in RichIPythonWidget By overriding export_html(), and reseting the flag prior to the html export. This avoids repeated messages for a single document save, but repeats the message for subsequent saves, including in new tabs and across kernel restarts.

File last commit:

r3408:261328d5
r6865:335f6b12
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *