nteract / commuter

🚎 Notebook sharing hub
BSD 3-Clause "New" or "Revised" License
489 stars 66 forks source link

Top level way to hide all and show all code #122

Open rgbkrk opened 7 years ago

rgbkrk commented 7 years ago

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:

rgbkrk commented 7 years ago

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

geovanisouza92 commented 5 years ago

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?

captainsafia commented 5 years ago

@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.