I am trying to add references to a Jupyter notebook file. By following the example at the video below but when I run
ipython nbconvert cite.ipynb --to latex --template citations.tplx
I get an error message
[TerminalIPythonApp] WARNING | Subcommand `ipython nbconvert` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter nbconvert` in the future
[NbConvertApp] WARNING | pattern 'cite.ipynb' matched no files
This application is used to convert notebook files (*.ipynb) to various other
formats.
WARNING: THE COMMANDLINE INTERFACE MAY CHANGE IN FUTURE RELEASES.
Any idea where i am going wrong please? Many Thanks