Skip to content
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

autotime disables scrolling of dataframe output in Dataspell #21

Open
super25k opened this issue Oct 12, 2022 · 1 comment
Open

autotime disables scrolling of dataframe output in Dataspell #21

super25k opened this issue Oct 12, 2022 · 1 comment

Comments

@super25k
Copy link

super25k commented Oct 12, 2022

This is related specifically to Dataspell 2022.2.2 build #DS-222.4167.34.
I have ipython-autotime installed in my virtual environment.
Dataspell allows you to open a dataframe in a new tab by clicking on "Open in new tab" per screenshot below:
image
When opened in a new tab one has unlimited scrolling capability.
But when autotime is enabled in Dataspell (Jupyter Notebook) it disables the ability to scroll through dataframe output, instead showing the head of the dataframe, an ellipsis break, followed by the tail of the dataframe.
Not sure if this is a Dataspell issue or an autotime related issue.

@ddelange
Copy link
Collaborator

Hi @Mloose 👋

To me this sounds like Dataspell is maybe using IPython Events as well: maybe their design doesn't take into account the order in which plugins are loaded or something? The only thing this little lib does is fire a print statement once the cell finished. I don't really see how that could have side-effects 🤔

Very interesting... Please open an issue over there, and keep us posted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants