forked from tcgoetz/GarminDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add list of activities to display to config and use it for activities…
… notebook
- Loading branch information
Tom Goetz
committed
Feb 13, 2022
1 parent
19bfff5
commit 87473ed
Showing
8 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
Submodule Fit
updated
from af51e2 to cbf5fd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,8 @@ | |
"steps" : [] | ||
}, | ||
"modes": { | ||
}, | ||
"activities": { | ||
"display" : None | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ tqdm | |
matplotlib | ||
cloudscraper | ||
ipykernel | ||
fitfile>=1.1.0 | ||
fitfile>=1.1.1 | ||
tcxfile>=1.0.4 | ||
idbutils>=1.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ matplotlib | |
cloudscraper | ||
ipykernel | ||
ipyleaflet | ||
fitfile>=1.1.0 | ||
fitfile>=1.1.1 | ||
tcxfile>=1.0.4 | ||
idbutils>=1.0.5 |