## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-05-04|2021-05-04]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-07|2021-05-07]]
- used the [[pyinstaller]] package to make a python script into a `.exe` file
- tried to use both [[markdown]] and HTML links to call the file and have it executed but none of these options worked.
- In the end what satisfied me was having a link to a [[jupyter]] notebook that then opens up and can contain both markdown documentation and the code to be executed in steps or batches.