##// END OF EJS Templates
Missing sys import
Jonathan Frederic -
Show More
@@ -13,6 +13,7 b" notebook file. The extracted figures are returned in the 'resources' dictionary"
13 # Imports
13 # Imports
14 #-----------------------------------------------------------------------------
14 #-----------------------------------------------------------------------------
15
15
16 import sys
16 from IPython.utils.traitlets import Dict, Unicode
17 from IPython.utils.traitlets import Dict, Unicode
17 from .activatable import ActivatableTransformer
18 from .activatable import ActivatableTransformer
18
19
General Comments 0
You need to be logged in to leave comments. Login now