retagged by
20,013 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
742
742 views
1 1 vote
1 1 answer
2.8k
2.8k views
tofighi asked Feb 27, 2020
2,767 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.5k
6.5k views
1 1 vote
1 answers 1 answer
5.9k
5.9k views
1 1 vote
1 1 answer
4.1k
4.1k views
askpython asked Oct 30, 2020
4,050 views
Whener I run Jupyter notebook there are some kernels that do not exist on system and generate errors. How can I remove them?