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
V0.7.0 doc updates #768
V0.7.0 doc updates #768
Conversation
@@ -169,14 +228,14 @@ | |||
"metadata": {}, | |||
"outputs": [], | |||
"source": [ | |||
"#sine_panel.show()" | |||
"#occupancy.show()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. I wonder if we shouldn't use some more generic name here, because I expect that lots of people will use this file as an example. Notice how we had to change "sine_panel" to "occupancy", and users writing their own examples are likely to have to do the same (inviting typing errors) or leave the old name (confusing themselves and readers). Maybe we could call it "row" or "panel" or "app"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's like three versions of the app in this notebook, not clear to me which to rename, whether to reuse names etc. I'll leave it for now.
Co-Authored-By: James A. Bednar <jbednar@users.noreply.github.com>
Closes #754