Skip to content

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

License

Notifications You must be signed in to change notification settings

Leytton/vsc-jupyter-to-markdown

Repository files navigation

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! 😀

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published