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

nbconvert not recognizing filepaths when appending .ipynb to the end of the filename #2114

Open
4ci1ab opened this issue Feb 22, 2024 · 0 comments

Comments

@4ci1ab
Copy link

4ci1ab commented Feb 22, 2024

nbconvert is only functional when excluding the .ipynb from the file path. Which results in a file render that omits the last letter of the rendered filename.

E.G.
nbconvert /content/drive/Shareddrives/filename.ipynb --to pdf

will not work or be recognized as a valid file path. But this will;
nbconvert /content/drive/Shareddrives/filename --to pdf

Which will render PDF files named, in this case;
'filenam.pdf'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant