-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Added New Interactive Plasma Displaying Widget for Notebook Simulation #1640
Conversation
Before a pull request is accepted, it must meet the following criteria:
|
1 similar comment
Before a pull request is accepted, it must meet the following criteria:
|
We need to figure out how to display the widget on the notebook. |
Yes @andrewfullard , the |
900972b
to
a84186c
Compare
a84186c
to
68d7669
Compare
Codecov Report
@@ Coverage Diff @@
## master #1640 +/- ##
==========================================
+ Coverage 58.42% 58.45% +0.03%
==========================================
Files 66 66
Lines 6684 6706 +22
==========================================
+ Hits 3905 3920 +15
- Misses 2779 2786 +7
Continue to review full report at Codecov.
|
Converting to draft for now. |
2febe2e
to
b3f7cfd
Compare
b3f7cfd
to
e1951f5
Compare
57e2b2f
to
4416ac3
Compare
fd6d2bc
to
2bbe8a9
Compare
36b366b
to
e4a66c2
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
e4a66c2
to
9844235
Compare
9844235
to
5880dcf
Compare
5880dcf
to
456f3ac
Compare
This PR aims to add a new interactive widget that can display the plasma stratification value (t_rad & w) for a particular iteration 🚀 . Allows to access values of all the iterations generated when running the simulation.
Description
This is feature request from @marxwillia, about the ability to see all the iteration values that were generated when running the simulation. Allows to infer the
t_rad
as well asw
values.Motivation and context
If the logger is set to log nothing, then the information cannot be inferred correctly. This widget aims to provide a way to access this without any changes to the code 😉
Screenshot
Wiget shows all the values for a particular iteration:
Wiget allows to select any iteration from the list & hence disply's value:
How has this been tested?
Examples
Type of change
Checklist