mirror of
https://github.com/d-eniz/jupymd.git
synced 2026-07-22 12:40:29 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Jupytext Support for Obsidian
Creates and syncs Jupyter Notebooks from markdown notes through Jupytext in Obsidian.
Prerequisites
- Jupyter Notebook
pip install notebook - Jupytext
pip install jupytext - (Optional) Visual Studio Code
Features
Jupytext Support for Obsidian: Create Jupyter Notebook from Note
- Creates Jupyter Notebook from current file
- Syncs markdown and notebook files when either file is saved
Jupytext Support for Obsidian: Open Jupyter Notebook in VS Code
- Opens current file in VS Code if Jupyter Notebook version exists