Hello,
I am not sure when this started (perhaps with Jupyter 5?), but I used to be able to save an HTML copy of my notebook using this:
!jupyter nbconvert '$nb_path' --output '$nfname'
where nb_path is the full path of the notebook (.ipynb file) and nfname is the full path of the HTML file, ending in .html
Like I said, this used to work with no problem, but now I get:
["[NbConvertApp] WARNING | pattern '$nb_path' matched no files",
However, nb_path surely exists:
And, if I enter the same command in terminal, it works just fine.
Any ideas?