nbconvert using command line, WARNING | pattern ' ' matched no files

Viewed 26

The memory for a jupyter notebook has exceeded the notebooks limit. As soon as I open the notebook it crashes. I am looking to use nbconvert to clear the output of the notebook so that it will not crash and I can change the code. Here is the line I am using:

jupyter nbconvert --clear-output --inplace notebook_name.ipynb

The error message I receive is

WARNING | pattern 'notebook_name.ipynb' matched no files

I have checked that the spelling of the notebook is correct and that the command line is operating on the same path as the file C:\Users\myname\OneDrive\Documents>

0 Answers
Related