-
Notifications
You must be signed in to change notification settings - Fork 18
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
Odd sizing of dataframe outputs #51
Comments
+1 -- I have also run into this same issue. In older versions of RISE the scaling of code inputs/outputs was a bit more reasonable. |
Actually it's not just de the dataframe. The text box is rendered much bigger than the code size: I don't see a reason to have markdown so big, if the code size is unreadable in comparison on a projected screen Sorry I just see this comment is the same as @joelostblom . So has anybody found a solution? Even a hardcoded one... |
Running into various problems with the RISE extension; it doesn't seem to be maintained. - jupyterlab-contrib/rise#27 - jupyterlab-contrib/rise#51
Description
When I output a pandas dataframe, the table with the data has a widely different font size than the one line below the table indicating how many rows and columns there are.
Reproduce
Output any pandas data frame
Expected behavior
The sizing would be more similar to how this looks outside of rise:
Context
Command Line Output
Web Browser Output
The text was updated successfully, but these errors were encountered: