-
Notifications
You must be signed in to change notification settings - Fork 809
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
nbconvert failure on jupyterhub #408
Comments
The error seems to be due to recent changes in places other than nbconvert. I don't see this with the latest master of nbconvert. The templates path is set using the juyper_data_dir as base director: from jupyter_core.paths import jupyter_data_dir
jupyter_data_dir() Can you check what this call returns for you ? |
From a notebook running under the user
if I log out and log in with an other user, like
In my case there is no Does it make sense, In case there is no
|
Yes it makes sense to check, if the path exists and use another one instead. import jupyter_core.paths
jupyter_core.paths.jupyter_config_path() |
Running:
From a py3 notebook, as user "epinux" it returns:
|
Likely solved by #492. If not, please reopen this issue. |
I just upgraded to the latest version (git master) of python, jupyter, notebook, jupyterhub, nbconvert. And I installed IPython-notebook-extensions appliend the changes from:
#402
When tring to save as html, or pdf i have this log :
and to html:
While this is the full log if I try to use nbcovert from the command line:
https://gist.github.com/50e5e8568c08b4f245cb
I guess it is failing because of the changes in the config files which in my case are:
jupyter_nbconvert_config.py
andjupyter_nbconvert_config.json
in the log i see:
/home/epinux/.local/share/jupyter/templates
but this file is no more on my system and also: jupyter_nbconvert_config-json-L8 i think/user/
is a typo and should be/usr/
.The text was updated successfully, but these errors were encountered: