Open DrBones opened 4 weeks ago
Hey @DrBones this is great feedback. Thanks for sharing + I totally agree that the mitosheet can sometimes be overkill.
I can think of a few fixes for this:
How would you evaluate between these different approaches (or something else) for your workflow?
Is your feature request related to a problem? Please describe. I like to be able to start a mitosheet and input some data or figure something out without googling the pandas documentation. However, I DO NOT want that every call to
df
, ordf.head()
, ordf.tail
, etc is intercepted by mitosheet and a full mitosheet is opened. I use thse commands all the time to quickly see if the data is sane and do not want or need the power of mitosheet every time.Describe the solution you'd like I would like to have a toggle that disabled the spawing of mitosheets on the functions/commands I choose. Maybe in the Jupyterlab Settings Editor?
Describe alternatives you've considered I have looked into how the ipython display function is overwritten (hooked into?). But I am no expert in this and don't even know where to begin. Maybe it is even the df.style property? A hint would be much appreciated :D
Thanks! Additional context Add any other context or screenshots about the feature request here.