-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add line info widget to TARDIS: demo notebook #1187
Add line info widget to TARDIS: demo notebook #1187
Conversation
Check out this pull request on Review Jupyter notebook visual diffs & provide feedback on notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1187 +/- ##
==========================================
+ Coverage 77.73% 80.63% +2.90%
==========================================
Files 92 41 -51
Lines 5731 3424 -2307
==========================================
- Hits 4455 2761 -1694
+ Misses 1276 663 -613
Continue to review full report at Codecov.
|
5314bad
to
e141f0f
Compare
@jaladh-singhal is this still relevant |
This PR is no longer relevant since line-info-widget has already been pushed under #1264 so closing it for now. The notebook in this PR will be useful in future though to check out prototypes and other possible options we can use to add more features in Line Info Widget. |
This PR aims to share a notebook for experimentation and code that will be used to create line info widgets.
Motivation and Context
This a part of GUI project to create line info widget for TARDIS.
How Has This Been Tested?
All the code in notebook works fine by executing cells.
Types of changes