From 738fb8c3f5512b76bed956119107cc3c5e8bdaf0 2012-03-14 23:13:45 From: Paul Ivanov Date: 2012-03-14 23:13:45 Subject: [PATCH] use argparse from IPython --- diff --git a/nbconvert.py b/nbconvert.py index 54e269b..2fac471 100755 --- a/nbconvert.py +++ b/nbconvert.py @@ -13,7 +13,7 @@ called nb_figure_NN.png. import os import subprocess import sys -import argparse +from IPython.external import argparse from IPython.nbformat import current as nbformat from IPython.utils.text import indent