Obsidian Jupyter v0.4.0-beta
Pre-release
Pre-release
Open .ipynb
files, edit them and run them directly inside of Obsidian without the need to open a terminal or a browser.
Obsidian Jupyter is a plugin for Obsidian that offers Jupyter Notebook and Lab integration directly into Obsidian.
How to install
Interested? Please follow the instructions of the documentation and let me hear your feedback, it enables me to keep improve the plugin. Thank you in advance !
Change Log
Features
- There is now a setting to automatically get rid of the checkpoints generated by Jupyter (#25)
- When Jupyter is not running, the Jupyter view now provides a button to click for launching Jupyter (#32)
- When Jupyter crashes, the last message it logged is displayed along with the error message (#31)
Documentation
- Added documentation for new settings
- A new troubleshooting section was added for when Jupyter exits without error
- Added a contributing page
- Added an introduction page to the plugin architecture
- Slightly better images have been added (#33)
- Other small changes (removed unused analytics directive, updated base URL, removed Obsidian forum from footer)
Logistic
- Got rid of the issue templates, they're too complicated
- Added
CODEOWNERS
file to the repo to require a review for PRs
Development
- Restructured the
src
files, moved UI-related classes into aui
subfolder