Skip to content

Releases: mjg-foundation/embed-code-file-ipynb-as-python

1.1.3

18 Aug 22:58
Compare
Choose a tag to compare
  • Added ability to select which cells of a Jupyter Notebook will be displayed

1.0.2

16 Aug 06:57
Compare
Choose a tag to compare
  • improved compliance with obsidian community plugin guidelines

1.0.1

16 Aug 06:24
Compare
Choose a tag to compare
  • 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

16 Aug 00:23
Compare
Choose a tag to compare

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

16 Aug 00:09
Compare
Choose a tag to compare

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.