1. pip uninstall nbconvert

  2. run CMD as admin

  3. pip install nbconvert

Following above steps resolved my issue. Got this solution from this thread

Answer from Chamod on Stack Overflow
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 4347
Jupyter command `jupyter-nbconvert` not found in VS Code on Win10 · Issue #4347 · microsoft/vscode-jupyter
January 12, 2021 - I was trying to export my jupyter notebook in the VS Code to html or pdf. However when I exported it, the process automatically breaked and throwed exception as Jupyter command jupyter-nbconvert not found. I have gone through version check and found that nbconvert and jupyter were installed.
Author   Jupiter-ZZC
Discussions

Unable to run nbconvert with Python 3.11.4
I had no problem running jupyter nbconvert from the command line with Python 3.10.2. I installed Python 3.11.4 (through pyenv) and now I get the following error message: Traceback (most recent call last): File “/Users/limsico/.pyenv/versions/3.11.4/bin/jupyter-nbconvert”, line 5, in from ... More on discourse.jupyter.org
🌐 discourse.jupyter.org
9
0
August 17, 2023
Eporting PDF from VS Code
When I try to export a file from Jupyter in VS Code, it fails, and I get several messages. Error 2020-11-22 22:09:53: Export failed [Error: Importing notebooks requires Jupyter nbconvert to be installed. at u.getExportInterpreter (c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.1... More on discourse.jupyter.org
🌐 discourse.jupyter.org
2
1
November 23, 2020
How to run a notebook using command line
I know the user can convert the notebook into a script and run python ...py in the terminal. Is there any way more convenient to do this task like python ...py to run notebook. More on discourse.jupyter.org
🌐 discourse.jupyter.org
13
0
March 15, 2020
Jupyter notebook --> Html using nbconvert, not showing the tables in the HTML after a while
I write some codes with plotly and Dash in a Jupiter notebook, and then use nbconvert to convert the notebook to a HTML file. Some figures and tables were plotted with plotly only, and some more interactive tables and figures were plotted with Dash. When I open the html file with any browser ... More on community.plotly.com
🌐 community.plotly.com
6
0
November 4, 2023
🌐
nbconvert
nbconvert.readthedocs.io › en › latest › install.html
Installation — nbconvert 7.17.1 documentation
Because nbconvert depends on packages and fonts included in standard TeX distributions, if you do not have a complete installation, you may not be able to use nbconvert’s standard tooling to convert notebooks to PDF.
🌐
Jupyter Community Forum
discourse.jupyter.org › notebook › nbconvert
Unable to run nbconvert with Python 3.11.4 - nbconvert - Jupyter Community Forum
August 17, 2023 - I had no problem running jupyter nbconvert from the command line with Python 3.10.2. I installed Python 3.11.4 (through pyenv) and now I get the following error message: Traceback (most recent call last): File “/Users/limsico/.pyenv/versions/3.11.4/bin/jupyter-nbconvert”, line 5, in from nbconvert.nbconvertapp import main File “/Users/limsico/.pyenv/versions/3.11.4/lib/python3.11/site-packages/nbconvert/nbconvertapp.py”, line 186, in class NbConvertApp(JupyterApp): File “/Users/limsico/....
🌐
GeeksforGeeks
geeksforgeeks.org › python › how-to-fix-jupyter-command-not-found-error-after-installing-with-pip
"How to Fix 'jupyter: command not found' Error After Installing with pip " - GeeksforGeeks
July 23, 2025 - Encountering the "Jupyter command not found" error after installing Jupyter with pip can be frustrating. This common issue typically arises due to problems with the installation path or virtual environments. In this guide, we'll explore the root causes and provide step-by-step solutions to fix this error.
🌐
Medium
anik8das.medium.com › how-to-export-jupyter-notebooks-ipynb-files-on-an-m1-mac-1e54f95d1f63
How to export Jupyter Notebooks (ipynb files) on an M1 Mac | by Aniket Das | Medium
April 21, 2022 - - - - Error: If you have not installed xelatex (TeX) you will need to do so before you can export to PDF - - - zsh: command not found: jupyter - - - Jupyter command `jupyter-nbconvert` not found - - - IPython.nbconvert.utils.pandoc.PandocMissing: Pandoc wasn't found: Please check that pandoc is installed
🌐
PyPI
pypi.org › project › nbconvert
nbconvert
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
Find elsewhere
🌐
Jupyter Community Forum
discourse.jupyter.org › notebook › nbconvert
Eporting PDF from VS Code - nbconvert - Jupyter Community Forum
November 23, 2020 - When I try to export a file from Jupyter in VS Code, it fails, and I get several messages. Error 2020-11-22 22:09:53: Export failed [Error: Importing notebooks requires Jupyter nbconvert to be installed. at u.getExportInterpreter (c:\Users\Brett\.vscode\extensions\ms-toolsai.jupyter-2020.1...
🌐
Jupyter Community Forum
discourse.jupyter.org › notebook › nbconvert
How to run a notebook using command line - nbconvert - Jupyter Community Forum
March 15, 2020 - I know the user can convert the notebook into a script and run python ...py in the terminal. Is there any way more convenient to do this task like python ...py to run notebook.
🌐
nbconvert
nbconvert.readthedocs.io › en › latest › usage.html
Using as a command line tool — nbconvert 7.17.1 documentation
By default, nbconvert will abort conversion if any exceptions occur during execution of a cell. If you specify --allow-errors (in addition to the --execute flag) then conversion will continue and the output from any exception will be included in the cell output.
🌐
Plotly
community.plotly.com › dash python
Jupyter notebook --> Html using nbconvert, not showing the tables in the HTML after a while - Dash Python - Plotly Community Forum
November 4, 2023 - I write some codes with plotly and Dash in a Jupiter notebook, and then use nbconvert to convert the notebook to a HTML file. Some figures and tables were plotted with plotly only, and some more interactive tables and figures were plotted with Dash. When I open the html file with any browser (chrome and firefox), it works fine and is able to show all figures.
🌐
GitHub
github.com › jupyter › nbconvert › issues › 799
Unable to generate pdf (XeLaTeX not found on PATH) · Issue #799 · jupyter/nbconvert
April 19, 2018 - I am in the process of creating a training on NumPy using just Jupyter notebooks, but when I try to convert to PDF I get an error message with 500 server error: nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so.
Author   ProsperousHeart
🌐
Code2care
code2care.org › home › howto › fix: error: jupyter command `jupyter-nbconvert` not found [vscode]
Fix: error: Jupyter command `jupyter-nbconvert` not found [VSCode] | Code2care
July 19, 2023 - If you get the error saying "`jupyter-nbconvert` not found." while you are trying to export a Jupyter Notebook to HTML in Visual Studio Code, try the below steps. Open Terminal/Command Prompt/PowerShell on your device (Mac/Windows 10/11)
🌐
Reddit
reddit.com › r/learnpython › tired of nbconvert not working? here’s a simple way to export jupyter notebooks as pdfs
r/learnpython on Reddit: Tired of nbconvert not working? Here’s a simple way to export Jupyter Notebooks as PDFs
May 10, 2025 -

Hey folks,
I’m currently working on a side project to make life easier for Python learners like myself who use Jupyter Notebooks a lot. One pain point I kept running into (especially during assignments and projects) was exporting .ipynb files to PDF.

I tried nbconvert, but ran into LaTeX errors and dependency issues every time. So I built a simple tool that does the job in your browser — no installs or setup needed.

📄 Try it here: https://rare2pdf.com/ipynb-to-pdf

You just upload your notebook, click convert, and get a clean PDF download. It preserves markdown, code blocks, and outputs. Totally free, and no login needed.

Would love your feedback if you give it a shot!

🌐
Jupyter Community Forum
discourse.jupyter.org › notebook
Jupyter command `jupyter-notebook` not found - Notebook - Jupyter Community Forum
July 12, 2025 - I’m having trouble running jupyter notebook under macOS. Maybe I have conflicting issues between a formerly installed (and now removed conda/anaconda3), macports and pip install. When I enter the above command, I’m getting $ jupyter notebook usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand] Jupyter: Interactive Computing positional arguments: subcommand the subcommand to launch options: ...
🌐
Jupyter Community Forum
discourse.jupyter.org › notebook › nbconvert
Export to HTML Problem (again) - nbconvert - Jupyter Community Forum
February 23, 2023 - I’m having the problem (again), that when I wanted to export as HTML, I get the error: nbconvert failed: module 'jinja2' has no attribute 'Markup' I think this has something to do with the versions of stuff I have inst…
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 13404
Jupyter can't find nbconvert to export as html · Issue #13404 · microsoft/vscode-jupyter
April 25, 2023 - Applies To Notebooks (.ipynb files) Interactive Window and/or Cell Scripts (.py files with #%% markers) What happened? This is the same problem as in the closed issue #4347 Jupyter command jupyter-nbconvert not found in VS Code on Win10 ...
Author   jonathanlilly
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-60041 › Pycharm-Jupyter-Jupyter-command-jupyter-notebook-not-found
Jupyter command 'jupyter-notebook' not found : PY-60041
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Saturn Cloud
saturncloud.io › blog › how-to-fix-the-jupyter-command-jupyternotebook-not-found-exception-on-windows
How to Fix the Jupyter Command jupyter-notebook not found Exception on Windows | Saturn Cloud Blog
December 12, 2023 - This issue occurs when the Jupyter installation path is not added to the PATH environment variable. The PATH environment variable is a system variable that contains a list of directories where executable files are located.
🌐
Jupyter Community Forum
discourse.jupyter.org › notebook › nbconvert
NBConvert to PDF: works from command line, doesn't work from Notebook Interface - nbconvert - Jupyter Community Forum
May 2, 2019 - Hello, I’m trying to get the notebook -> LaTeX -> PDF conversion to work on a Windows 10 environment with Jupyter 4.4.0 with nbconvert 5.4.1; and nbextensions 0.5.1 Pandoc 1.19.2.1 Anaconda 4.6.14 Python 3.7.3 MiKTeX 2.9 I was able to get it to work on the command line ( jupyter nbconvert notebook.ipynb --to pdf).