Open kkew3 opened 6 years ago
Can you include the complete output of pip list
? How did you install nbconvert? I suspect this points to a problem installing and/or reading the entrypoints metadata used to find exporters.
Thanks for your response. I believe nbconvert
is installed automatically as one of the dependencies of jupyter
. In fact, I think I've located the problem. I posted my solution under Issues of ipython
. In case I should have posted it here, this is the link: https://github.com/ipython/ipython/issues/11512.
When I use "download as" and select anything in browser, it pops up "500 Internal Server Error". If I instead go to terminal and type
where
${anything}
is substituted with any supported format (e.g.:pdf
,html
,latex
), it complains: "ValueError: Unknown exporter "${anything}
", did you mean one of: ?". Full traceback below:where
$VIRTUAL_ENV
is the home directory of thevirtualenv
environment.Version info:
I take these package versions from a post under this issue, in order to solve malfunction of ipython console where multi-line function cannot be defined (broken dependency with
prompt-toolkit
).Thanks for any suggestion to fix the "download as" issue.
Just found that even the latest set of jupyter dependencies won't work: