JupyMD

by Deniz Terzioglu
favorite
share
Score: 47/100
Description

The JupyMD plugin bridges the gap between Markdown notes and Jupyter Notebooks by enabling seamless creation and synchronization using Jupytext. It allows you to convert your current note into a Jupyter Notebook and keeps the Markdown and notebook versions in sync on save. You can also open these notebooks directly in VS Code or Jupyter Lab, provided the corresponding files exist. This setup is ideal for users who blend note-taking with code-based exploration, especially in data science, research, or computational notebooks. With minimal setup, it brings the interactivity of Jupyter into your note-based workflow.

Stats
142
stars
3,029
downloads
5
forks
167
days
4
days
4
days
9
total PRs
1
open PRs
1
closed PRs
7
merged PRs
11
total issues
2
open issues
9
closed issues
0
commits
Latest Version
5 days ago
Changelog

JupyMD 1.4.3

This release adds new options to alleviate sync problems, as per #17.

Behaviour

  • The default sync setting is now unidirectional 8cba47cf8be1cfe08d974f13993f9bb3deb9fedf

Features

  • Added support for unidirectional sync and the option to switch between unidirectional and bidirectional sync 8cba47cf8be1cfe08d974f13993f9bb3deb9fedf 0515fb33b8d7c00f6beeaec4541966f80b1c3e1b
  • Fixed minor punctuation mistakes and reordered settings tab 8cba47cf8be1cfe08d974f13993f9bb3deb9fedf
README file from