#!/bin/bash

jupyter nbconvert ./notebooks/*.ipynb --to notebook --inplace --ClearOutputPreprocessor.enabled=True


