Skip to content

Notebook rendering: handle metadata.scrolled

Remi Rampin requested to merge (removed):patch-29 into master

Imported from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20083

What does this MR do?

Handle "scrolled" cell outputs in Jupyter Notebooks (toggled in Jupyter by clicking on Out [XX]).

Are there points in the code the reviewer needs to double check?

This probably need to happen through a CSS class.

Why was this MR needed?

Notebooks can include large outputs that have been folded from Jupyter, but that take a considerate amount of page space when viewed on GitLab.

Screenshots (if relevant)

Before behavior:

After behavior:

Does this MR meet the acceptance criteria?

Edited by Remi Rampin

Merge request reports