-
Notifications
You must be signed in to change notification settings - Fork 13
fpl demo #149
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
base: dev
Are you sure you want to change the base?
Conversation
jmxpearson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. @draelos, thoughts on including this in demos here vs. sketches?
I think here is nice -- it's pretty self-contained.
|
Would be good to integrate this as a sample_actor to view the minimal demo, since these actors effectively duplicate the functionality of that demo. @clewis7 Could we try to take the plotting from sample_generator and use that inside the minimal demo generator? And then minimal can run per usual, with the standalone .ipynb inside demos/sample_actors/. The yaml file shouldn't even need to be changed either I think. |
Sure! Will work on next week after finals :) |
- jupyter-book wants sphinx 5.0.2, which is only compatible up to sphinx-autoapi 2.0.1
- make sure figure captions are left justified
- closes #93
- closes #94
- closes #97
- instructions for downloading source and creating a virtual environment
- more stubs for pages we need - more details on running demos
- moving docs to new file extension - adding metadata for upload to PyPI so badges will work
reading in settings from YAML file
|
Updated the minimal demo to use the sine/cosine waves and then moved the fpl visual stuff to be under Minimal demo functions the same as before and if someone wanted to see the visualization they would just need to swap out the |
initial draft of docs
Co-authored-by: Richard Schonberg <[email protected]>
Pass store port correctly to spawned actors
closes #104
Up-to-date
fastplotlibexampleSends sine or cosine wave via ZMQ to jupyter notebook depending on whether frame number is even or odd
fpl-demo.mp4