-
Notifications
You must be signed in to change notification settings - Fork 5k
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
many warnings about Config option template_path
not recognized by
#5768
Comments
Looks like |
I'm going to close this issue. If we find that there's some kind of change needed in this repo, we will be happy to reopen it at that time. |
I am getting this same error. Does not seem like an nbconvert thing, but rather an nbextensions thing? |
Good point - thanks for the hint @neurologic. Looks like a number of the exporters in jupyter_contrib_nbextensions reference the |
Thanks!
I posted in the issue thread that you linked me to.
…On Mon, Sep 28, 2020 at 1:14 PM Kevin Bates ***@***.***> wrote:
Good point - thanks for the hint @neurologic
<https://github.com/neurologic>.
Looks like a number of the exporters in jupyter_contrib_nbextensions
reference the template_path trait of nbconvert
<https://github.com/ipython-contrib/jupyter_contrib_nbextensions/search?q=template_path>.
I suspect these warnings are visible if one has installed
jupyter_contrib_nbextensions and would suggest the issue be opened in that
repo - and, in fact, see that an issue already exists
<ipython-contrib/jupyter_contrib_nbextensions#1529>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5768 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEOK5MRLWFGYLP2HFNX2ZLSIC76RANCNFSM4RXSZONQ>
.
|
after a recent upgrade, whenever i open a notebook i am spammed with warnings on the terminal from which i started
jupyter notebook
:My guess is that some config option
template_path
was changed totemplate_paths
in some project, but not (yet?) adapted in a related... maybe this has to do with some of the extensions i'm using, but even removing~/.jupyter
and reinstalling them with the following didn't help:The only mention of
template_path
i can find is in~/.jupyter/jupyter_nbconvert_config.json
, but changing that totemplate_paths
and restarting jupyter doesn't solve the problem either.Any ideas where to look?
version info
The text was updated successfully, but these errors were encountered: