-
Notifications
You must be signed in to change notification settings - Fork 35
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
Related Views Collapsed By Default #49
Comments
The default Voyager interface doesn't quite fit inside JupyterLab, so we changed the default setting to the following to save spaces: In the future, we can provide a change setting button for user to customize those options |
The other issue we ran into is that the related views have a significant
performance impact (CPU/RAM scales roughly linearly with the numbers of
views). For larger datasets, it quickly becomes a problem.
…On Mon, Jun 4, 2018 at 9:36 AM, Ji Zhang ***@***.***> wrote:
The default Voyager interface doesn't quite fit inside JupyterLab, so we
changed the default setting to the following to save spaces:
showDataSourceSelector: false,
hideHeader: true,
hideFooter: true,
relatedViews: 'initiallyCollapsed',
wildcards: 'enabled'
In the future, we can provide a change setting button for user to
customize those options
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0KELAwrXlGoHAUilhcTGnh8jarxIks5t5WIngaJpZM4UZD1m>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
Ah, I figured it was likely a performance issue. May I suggest adding a bit of text to the introduction in the Simplified View panel as shown below in bold for us noobs:
|
I just got
jupyterlab_voyager_test-0.1.6.tgz
running at it confused me why it didn't seem to work like the demo here. I finally worked out that the "Related Views" pane is collapsed by default. I think it would make sense to have it expanded by default as per the link above.The text was updated successfully, but these errors were encountered: