retagged by
20,244 views

1 Answer

2 2 votes

I assume you want to use the following menu option:

 

You need to install a LaTeX engine (as it is instructed) and pandoc library to be able to use the menu for pdf conversion:

Please install one of the LaTeX engine distributions as it is instructed in this link.

In your Terminal (mac/linux) or Command prompt (windows), you should install pandoc as follows:

conda install -c conda-forge pandoc 

Please take a look at the following video for more information:

Note: If pandoc does not work for you, you can also convert Jupyter Notebook to PDF using any browser.  For example for Google Chrome look at the following video:

edited by

Related questions

1 1 vote
1 1 answer
909
909 views
1 1 vote
1 1 answer
3.0k
3.0k views
tofighi asked Feb 27, 2020
2,957 views
How can I give access to others to view, comment or edit my Jupyter Notebook on Google Colab?
1 1 vote
1 answers 1 answer
6.7k
6.7k views
1 1 vote
1 answers 1 answer
6.1k
6.1k views
1 1 vote
1 1 answer
4.2k
4.2k views
askpython asked Oct 30, 2020
4,234 views
Whener I run Jupyter notebook there are some kernels that do not exist on system and generate errors. How can I remove them?