zip a file from Jupyter Notebook

后端 未结 0 1027
野的像风
野的像风 2021-02-09 05:13

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题