Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming Timeseries example #469

Merged
merged 27 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fad9b45
init streaming example
droumis Dec 6, 2024
6e991af
remove notebook command
droumis Dec 6, 2024
633c566
fix nb name
droumis Dec 6, 2024
840fcad
remove unused mne_lsl.sample import
droumis Dec 6, 2024
ac269ef
remove unused imports
droumis Dec 6, 2024
5b62a04
apply black and isort
Dec 6, 2024
601ed17
update iframe cell
amaloney Dec 6, 2024
ba15b94
Markdown
amaloney Dec 6, 2024
d855e5f
fix non-terminating error
amaloney Dec 9, 2024
3d0767c
reduce periodic callback time
amaloney Dec 10, 2024
7ddc3ad
Merge branch 'main' into streaming-ts
droumis Dec 11, 2024
3992c20
clear nb outputs
maximlt Dec 11, 2024
625c4a8
fixes some PR comments
amaloney Dec 12, 2024
c20c915
fix hide-input cell tag
droumis Dec 14, 2024
30d43e0
update the intro to provide more neurosciency context
droumis Dec 14, 2024
1f5c910
add docstring explaining channel positions plot
droumis Dec 14, 2024
7e29868
add stream follow point
droumis Dec 14, 2024
0a494bf
add extensive explanation for requested streaming components
droumis Dec 14, 2024
7a0165f
add minimal app for key streaming components
droumis Dec 14, 2024
d335429
refactor to use param parameters
droumis Dec 14, 2024
31ab8fa
fix header img by unnesting from div
droumis Dec 14, 2024
6174cf8
clear nb
droumis Dec 14, 2024
a15128a
clarify minimal callback
droumis Dec 15, 2024
c07caa9
minor updates to minimal example
droumis Dec 16, 2024
735e9c8
remove-input instead of hide-input
maximlt Dec 16, 2024
71fd10d
move neuroscience cat up
maximlt Dec 16, 2024
8ec3407
lighten and simplify the warning message
maximlt Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@
'commands',
]

# Categories are displayed in this order on the website.
CATNAME_TO_CAT_MAP = {
'⭐ Featured': ['Featured'],
'Geospatial': ['Geospatial'],
'Finance and Economics': ['Finance', 'Economics'],
'Mathematics': ['Mathematics'],
'Neuroscience': ['Neuroscience'],
'Cybersecurity and Networks': ['Cybersecurity', 'Networks'],
'Other Sciences': ['Other Sciences'],
'Neuroscience': ['Neuroscience'],
'Sports': ['Sports'],
# 'No Category':[],
}
Expand Down
Loading
Loading