Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces enhancements to the
Makefile
for running example notebooks, updates the documentation to reflect these changes, and improves the visualization logic inexamples/example_5.ipynb
. The modifications aim to streamline workflows and improve the clarity and usability of example outputs.Makefile and Workflow Enhancements:
run-examples
target to theMakefile
for executing example notebooks with a specified number of workers (--max-workers 3
). This simplifies running all examples in-place. ([[1]](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52L1-R1)
,[[2]](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R13-R21)
)clean
target in theMakefile
to remove executed notebook files (examples/executed/
). ([MakefileR13-R21](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R13-R21)
)Documentation Updates:
examples/README.md
to include instructions for running example notebooks using the newmake run-examples
command. ([examples/README.mdR6-R11](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-49aaa2819e35a856818ecec8c9fa7e1c79ad028d3f44bd749736353cfb51bac9R6-R11)
)Visualization Improvements in
examples/example_5.ipynb
:Viridis
palette for better readability. ([examples/example_5.ipynbL4000-R4084](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-06bd46c80f62355b923ca5bb3f8877818b0e4b938590df655d01d0955f713c35L4000-R4084)
)[examples/example_5.ipynbL3968-R4032](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-06bd46c80f62355b923ca5bb3f8877818b0e4b938590df655d01d0955f713c35L3968-R4032)
)[examples/example_5.ipynbL4826-R4884](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-06bd46c80f62355b923ca5bb3f8877818b0e4b938590df655d01d0955f713c35L4826-R4884)
)[examples/example_5.ipynbL6-R94](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-06bd46c80f62355b923ca5bb3f8877818b0e4b938590df655d01d0955f713c35L6-R94)
)[examples/example_5.ipynbL6-R94](https://github.com/andrewm4894/plot-agent/pull/1/files#diff-06bd46c80f62355b923ca5bb3f8877818b0e4b938590df655d01d0955f713c35L6-R94)
)