R-bibtex in Jupyter notebook

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

Is cite.ipynb in the current working directory? Type pwd to see your working directory and then make sure cite.ipynb is there. Otherwise, correct the path in the jupyter nbconvert command.

Thanks very much! The reason it wasn’t working becuase i had an extra s at the end of the file name. Many Thanks for your help

1 Like

Sorry speaking too soon! When i convert the file with my python code an graphs. I get the following error message:

! LaTeX Error: Cannot determine size of graphic in Machine_Learning_Project_2_f
iles/Machine_Learning_Project_2_33_1.png (no BoundingBox).

``