##// END OF EJS Templates
use argparse from IPython
Paul Ivanov -
Show More
@@ -13,7 +13,7 b' called nb_figure_NN.png.'
13 import os
13 import os
14 import subprocess
14 import subprocess
15 import sys
15 import sys
16 import argparse
16 from IPython.external import argparse
17 from IPython.nbformat import current as nbformat
17 from IPython.nbformat import current as nbformat
18 from IPython.utils.text import indent
18 from IPython.utils.text import indent
19
19
General Comments 0
You need to be logged in to leave comments. Login now