Jupyter Config CellsUse YAML, JSON, JSONC, TOML, and ENV directly in VS Code Jupyter notebooks without turning configuration into noisy Python boilerplate. Config cells stay readable as config, then Convert to Variable creates and runs a hidden Python helper cell below the source cell. Your original notebook text is not rewritten, Python diagnostics do not mark config as broken Python, and the helper prints a clear WhyJupyter notebooks are excellent for exploration, agent workflows, data tasks, and demos, but configuration usually ends up as fragile Python dictionaries, scattered strings, or external files detached from the notebook narrative. Jupyter Config Cells keeps configuration next to the code that uses it:
Example
Run Convert to Variable, then use Commands
Related ProjectJupyter Config Cells is published by Maplemx as an independent open-source project. Maplemx is also a core developer and maintainer of Agently, a framework for building production-grade AI applications with contract-first outputs, TriggerFlow orchestration, observable action calls, pause/resume/persist workflows, session memory, hierarchical settings, and pluggable action runtimes. Development
Open this folder in VS Code and launch the extension development host. |