Skip to content

Commit

Permalink
phone: shortcuts gcp command- pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting committed Feb 1, 2024
1 parent f41a971 commit 7574dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"state": {
"file": "posts/export-your-libby-timeline-to-obsidian.md",
"mode": "source",
"source": false
"source": true
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion posts/export-your-libby-timeline-to-obsidian.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Here's how you do it using Python:
4. Or! Just ask ChatGPT to do this for you lol.


```
```{python}
# | eval: false
from datetime import datetime, timedelta
import pandas as pd
import os
Expand Down

0 comments on commit 7574dde

Please sign in to comment.