You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to configure nbstripout to strip certain types of output?
A workaround is jq 'del(.cells[] | select(.cell_type=="code") | .outputs[] | select(.name=="stderr"))', but it would be nice to do this sort of thing in nbstripout directly