You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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!
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:
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.
The text was updated successfully, but these errors were encountered: