How to use the nbstripout.strip_output function in nbstripout

To help you get started, we’ve selected a few nbstripout examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github timkpaine / paperboy / paperboy / storage / utils.py View on Github external
def strip_outputs(nb):
    '''Helper wrapper around nbstripout to remove notebook outputs'''
    return strip_output(nb, False, False)

nbstripout

Strips outputs from Jupyter and IPython notebooks

MIT
Latest version published 3 months ago

Package Health Score

90 / 100
Full package analysis

Similar packages