Conversation
jmxpearson
left a comment
There was a problem hiding this comment.
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 <richardschonberg@Richards-MacBook-Pro.local>
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