-
Notifications
You must be signed in to change notification settings - Fork 52
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
[WIP] GUI tutorial gamma #535
base: master
Are you sure you want to change the base?
Conversation
a0b60d8
to
f2ccf09
Compare
9faf3db
to
558c220
Compare
Codecov Report
@@ Coverage Diff @@
## master #535 +/- ##
==========================================
- Coverage 90.24% 90.12% -0.13%
==========================================
Files 20 20
Lines 3988 3968 -20
==========================================
- Hits 3599 3576 -23
- Misses 389 392 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@chenghuzi do we have this feature implemented in #543 ? Do you anticipate any other blockers for this tutorial to be finished? |
That's hard. We can turn on the selected_index but since the drive tab is usually very long so setting index to the one we want to see won't help. To do that you need to scroll, but that requires manipulation with javascript. |
Once we turn legacy_mode False by default we won’t have more than 3 drives
in a tutorial. Still need to scroll?
On Mon 29 Aug 2022 at 17:45, Huzi Cheng ***@***.***> wrote:
@chenghuzi <https://github.com/chenghuzi> I need a method to show a
particular drive. Do we have that?
@chenghuzi <https://github.com/chenghuzi> do we have this feature
implemented in #543
<#543> ? Do you
anticipate any other blockers for this tutorial to be finished?
That's hard. We can turn on the selected_index but since the drive tab is
usually very long so setting index to the one we want to see won't help. To
do that you need to scroll, but that requires manipulation with javascript.
—
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADY6FIUWSYGG3GBV2QN5SBDV3UVOLANCNFSM553NJW5A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Sent from my iPhone
|
This is the expaned first drive: |
This is fine for me. Other alternative is to show only the widget of concern ... that is also pretty easy I believe through because the ipywidgets object stores the entire widget tree. Probably need a function to display that widget. Not sure which is better from the perspective of a user reading the tutorial ... |
@chenghuzi feel free to take this over ! |
I am volunteering for the gamma tutorial. The diff will look better once #529 is merged
@chenghuzi I need a method to show a particular drive. Do we have that?