mito
mito copied to clipboard
Make override of .head() .tail() etc optional in jupytelab
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
, or df.head()
, or df.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.