No description
Find a file
2025-02-22 22:41:10 +00:00
.editorconfig Initial commit 2025-02-22 21:22:46 +00:00
.eslintignore Initial commit 2025-02-22 21:22:46 +00:00
.eslintrc Initial commit 2025-02-22 21:22:46 +00:00
.gitignore Initial commit 2025-02-22 21:22:46 +00:00
.npmrc Initial commit 2025-02-22 21:22:46 +00:00
esbuild.config.mjs Initial commit 2025-02-22 21:22:46 +00:00
LICENSE Create LICENSE 2025-02-22 22:41:10 +00:00
main.ts Add commands to create and open Jupyter Notebooks 2025-02-22 22:21:22 +00:00
manifest.json Remove funding URL from manifest.json 2025-02-22 22:21:27 +00:00
package-lock.json Add yaml dependency to package.json and package-lock.json 2025-02-22 22:21:32 +00:00
package.json Add yaml dependency to package.json and package-lock.json 2025-02-22 22:21:32 +00:00
README.md Update README.md 2025-02-22 22:35:54 +00:00
tsconfig.json Initial commit 2025-02-22 21:22:46 +00:00
version-bump.mjs Initial commit 2025-02-22 21:22:46 +00:00
versions.json Initial commit 2025-02-22 21:22:46 +00:00

Jupytext Support for Obsidian

Creates and syncs Jupyter Notebooks from markdown notes through Jupytext in Obsidian.

Prerequisites

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