JupyMD

by Deniz Terzioglu
favorite
share
0.0
(0)
5
4
3
2
1
Score: 49/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.

Reviews
No reviews yet.
Stats
231
stars
7,045
downloads
9
forks
314
days
26
days
26
days
12
total PRs
0
open PRs
3
closed PRs
9
merged PRs
29
total issues
9
open issues
20
closed issues
0
commits
Latest Version
a month ago
Changelog

JupyMD 1.4.9

This version fixes note conversion problems on Windows caused by an oversight implemented in version 1.4.6. (#34)

Behaviour

  • Changed createNotebook() to use platform-specific JSON escaping (backslash escaped double quotes on Windows, single quoted string on Linux/macOS) to fix shell command parsing errors when setting notebook metadata across different operating systems 01fa7533bc8f39e46b45da6c3b72671a423ed0ef
README file from