NASA-NAVO / navo-workshop

Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
https://NASA-NAVO.github.io/navo-workshop
BSD 3-Clause "New" or "Revised" License
41 stars 26 forks source link

ENH: Make long cells in the output scrollable #102

Open zoghbi-a opened 1 year ago

zoghbi-a commented 1 year ago

Some output cells can be long (e.g. this). It will be useful to make them scrollable.

bsipocz commented 1 year ago

Oh, what a mess, thanks for catching it. I don't yet have an idea of how to do that, but I'm sure it's doable.

tomdonaldson commented 1 year ago

Leaving open in case we implement a solution that's works more broadly than one change per cell.

bsipocz commented 1 year ago

Following the example from #106, more long cells could be made scrollable. However, fixing this with a global config is not yet a solved issue and it clearly belongs upstream (e.g. if it gets implemented upstream we can opt-in, but don't keep this issue open just to wait for that upstream to happen).