Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfarragher/obsidiantools-demo
Demo of obsidiantools Python package (for Binder)
https://github.com/mfarragher/obsidiantools-demo
obsidian-md
Last synced: about 2 months ago
JSON representation
Demo of obsidiantools Python package (for Binder)
- Host: GitHub
- URL: https://github.com/mfarragher/obsidiantools-demo
- Owner: mfarragher
- License: bsd-3-clause
- Created: 2021-09-11T19:27:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T19:14:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T11:42:04.806Z (about 2 months ago)
- Topics: obsidian-md
- Language: Jupyter Notebook
- Homepage:
- Size: 973 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obsidiantools demo
This is a public repo for exploring the functionality of `obsidiantools` as a Binder project.## obsidiantools in 15 minutes
Check out the notebook through Binder on a pre-configured virtual machine. There is a basic Obsidian vault (set of 'lipsum' markdown files) configured on there to show the functionality of the API.## wiki
See the [wiki](https://github.com/mfarragher/obsidiantools/wiki) for more detail on `obsidiantools`. This also includes recipes of code.## Notebooks
|**Notebook**|**Info**|
|---|---|
|[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mfarragher/obsidiantools-demo/HEAD?filepath=obsidiantools%20in%2015%20minutes.ipynb)|Launch the repo and explore notebooks interactively with Binder.|
|[![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/mfarragher/obsidiantools-demo/blob/main/obsidiantools%20in%2015%20minutes.ipynb)|Launch the repo and see static notebook output in nbviewer|### Dummy vault
The dummy vault is the `vault-stub` directory. This is how the graph looks in NetworkX:![NetworkX graph](/img/demo-vault-networkx-graph.png?raw=true "NetworkX graph")