Hadi Vafaii

Results 1 comments of Hadi Vafaii

This worked for me as a temporary fix: ``` Python import nbformat as nbf from glob import glob import uuid def get_cell_id(id_length=8): return uuid.uuid4().hex[:id_length] # your notebook name/keyword nb_name =...