jupyter tabs

732 views
Skip to first unread message

Denis Akhiyarov

unread,
Jun 22, 2016, 9:55:03 AM6/22/16
to Project Jupyter
Is it possible to have multiple tabs for one cell in jupyter notebook?

This is to include many outputs in one cell, but in different tabs without need for scrolling very long output in notebook. 

MinRK

unread,
Jun 24, 2016, 10:28:33 AM6/24/16
to Project Jupyter
You could technically do this with a single HTML output, or a javascript extension that modifies how "large" output is handled, but it does not exist at this point, to my knowledge.

-MinRK

On Wed, Jun 22, 2016 at 3:55 PM, Denis Akhiyarov <denis.a...@gmail.com> wrote:
Is it possible to have multiple tabs for one cell in jupyter notebook?

This is to include many outputs in one cell, but in different tabs without need for scrolling very long output in notebook. 

--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/74459137-d510-49c7-a3ae-8cf8c85de3c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Denis Akhiyarov

unread,
Jun 27, 2016, 3:42:59 PM6/27/16
to Project Jupyter
another way would be to use ipywidgets using ToggleButtons:


so each output will be hooked up to toggle button by the user explicitly and could be even computed in lazy fashion.

An example would be collection of dataframe tables, each representing a separate tab like in Excel.
Reply all
Reply to author
Forward
0 new messages