Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Jupyter To MarkdownNew to Visual Studio Code? Get it now.
Jupyter To Markdown

Jupyter To Markdown

Leytton

|
7,188 installs
| (2) | Free
Convert Jupyter Notebook files (*.ipynb) to Markdown
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jupyter to Markdown

This is a vscode extension that converts Jupyter Notebook files (*.ipynb) to Markdown.

Usage

Right-click the *.ipynb file and click "Convert To Markdown" to generate the *.md file in the current directory.

Requirements

This extension works by executing the following command:

jupyter nbconvert --to markdown xx.ipynb

So the command environment needs to be supported.

Enjoy! 😀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft