Show More
@@ -19,9 +19,8 b'' | |||||
19 | "# nbconvert related imports\n", |
|
19 | "# nbconvert related imports\n", | |
20 | "from IPython.nbconvert import get_export_names, export_by_name\n", |
|
20 | "from IPython.nbconvert import get_export_names, export_by_name\n", | |
21 | "from IPython.nbconvert.writers import FilesWriter\n", |
|
21 | "from IPython.nbconvert.writers import FilesWriter\n", | |
22 | "from IPython.nbformat import current" |
|
22 | "from IPython.nbformat import current\n", | |
23 |
"from IPython.nbconvert.utils.exceptions import ConversionException |
|
23 | "from IPython.nbconvert.utils.exceptions import ConversionException" | |
24 |
|
||||
25 | ], |
|
24 | ], | |
26 | "language": "python", |
|
25 | "language": "python", | |
27 | "metadata": {}, |
|
26 | "metadata": {}, |
General Comments 0
You need to be logged in to leave comments.
Login now