I\'m trying to run the following code from Jupyter Notebook:
import zipfile with zipfile.ZipFile(os.path.join(input_dir, \'myfile.zip\'),\'w\') as zf: zf.wri