Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nbconvert_library.ipynb #1695

Merged
merged 1 commit into from Dec 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/source/nbconvert_library.ipynb
Expand Up @@ -101,8 +101,7 @@
"\n",
"# 2. Instantiate the exporter. We use the `classic` template for now; we'll get into more details\n",
"# later about how to customize the exporter further.\n",
"html_exporter = HTMLExporter()\n",
"html_exporter.template_name = 'classic'\n",
"html_exporter = HTMLExporter(template_name = 'classic')\n",
"\n",
"# 3. Process the notebook we loaded earlier\n",
"(body, resources) = html_exporter.from_notebook_node(jake_notebook)"
Expand Down