commuter icon indicating copy to clipboard operation
commuter copied to clipboard

Top level way to hide all and show all code

Open rgbkrk opened this issue 8 years ago • 3 comments

User story: want to link to a notebook document as a standalone report -- an interactive data memo. To facilitate this, we want a way to hide and show code quickly.

Users also want:

  • availability as a URL param ("so I can share links that open a clean notebook without code cells")
  • ability to toggle it per cell (in the live view)

rgbkrk avatar Apr 06 '17 00:04 rgbkrk

This will probably have to be done in the notebook-preview component

rgbkrk avatar Apr 06 '17 00:04 rgbkrk

I was looking for notebook-preview that was moved, but the new location on nteract/nteract monorepo is not found. Any updates on this feature?

geovanisouza92 avatar Jul 23 '19 19:07 geovanisouza92

@geovanisouza92 We deprecated the NotebookPreview component in favor of using the components in @nteract/presentational-components to build previews. So in sum, to resolve this work we'll need to update commuter to use the @nteract/presentational-components and then add support for this.

captainsafia avatar Jul 23 '19 23:07 captainsafia