Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 738fb8c

Browse files
committed
use argparse from IPython
1 parent 0e8f2cf commit 738fb8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nbconvert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
import subprocess
1515
import sys
16-
import argparse
16+
from IPython.external import argparse
1717
from IPython.nbformat import current as nbformat
1818
from IPython.utils.text import indent
1919

0 commit comments

Comments
 (0)