You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jupyter_contrib_nbextensions/nbextensions/runtools/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ print(templates_directory())
78
78
```
79
79
80
80
The template needs to be in a path where nbconvert can find it. This can be your local path or specified in
81
-
`jupyter_nbconvert_config` or `jupyter_notebook_config` as `c.Exporter.extra_template_basdirs`, see [Jupyter docs](https://jupyter-notebook.readthedocs.io/en/latest/config.html).
81
+
`jupyter_nbconvert_config` or `jupyter_notebook_config` as `c.Exporter.extra_template_paths`, see [Jupyter docs](https://jupyter-notebook.readthedocs.io/en/latest/config.html).
82
82
83
83
For HTML export a template is provided as `nbextensions.tpl` in the `jupyter_contrib_nbextensions` templates directory. Alternatively you can create your own template:
0 commit comments