Releases: mjg-foundation/embed-code-file-ipynb-as-python
Releases · mjg-foundation/embed-code-file-ipynb-as-python
1.1.3
1.0.2
- improved compliance with obsidian community plugin guidelines
1.0.1
- Added jupyter notebook cell numbers to embedded python output
- Refactored the code to be a bit more extensible
- Improved my error handling to be uniform with the original code
0.0.2
This is the first functioning release, so people can start testing the plugin. I intend to contribute to the upstream repo if possible, once I've improved my code a bit.
0.0.0
I added basic support for extracting python code from a Jupyter notebook. I plan to make this more extendable to other file types that require custom parsing. Use embed-ipynb
and a path to an .ipynb
file to embed all of the python code as a single block.