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

PDF download: nbconvert failed: '/path/to/benchmarks.ipynb' exists but is not a directory #2987

Closed
olalonde opened this issue Oct 27, 2017 · 8 comments

Comments

@olalonde
Copy link

When clicking Download As > PDF, I'm getting the following 500 error:

nbconvert failed: '/path/to/benchmarks.ipynb' exists but is not a directory
@gnestor
Copy link
Contributor

gnestor commented Oct 27, 2017

This was just fixed by #2981 which will be included in a 5.2.1 release today.

@gnestor gnestor closed this as completed Oct 27, 2017
@HaoyangFan
Copy link

Do you know how to check the version of jupyter notebook and how to upgrade it?

@gnestor
Copy link
Contributor

gnestor commented Nov 2, 2017

jupyter notebook --version
# to upgrade to notebook 5.2.1rc1
pip install notebook --upgrade --pre

@HaoyangFan
Copy link

So 5.2.1 is not a official release for now?
Whenever I try
pip install notebook --upgrade && jupyter notebook --version
The version turns out to be still 5.2.0, which does not fix the nbconvert issue

@takluyver
Copy link
Member

Yup, rc1 means it's a pre-release, so you need the --pre flag to get it. I think @gnestor is planning to release 5.2.1 very soon.

@HaoyangFan
Copy link

thanks

@joshuacook
Copy link

Until https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile gets rebuilt this Dockerfile will run the update:

FROM jupyter/scipy-notebook
RUN conda update --yes notebook

From the same directory:

$ docker build -t updated_scipy_nb .

@gnestor
Copy link
Contributor

gnestor commented Nov 14, 2017

Thanks @joshuacook!! 👍

@minrk minrk added this to the Reference milestone Sep 13, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants