aws-samples / lookout-for-equipment-demo

MIT No Attribution
25 stars 27 forks source link

unzip is unavailable on the python data science kernel #1

Open HazemFayyad-DevF opened 3 years ago

HazemFayyad-DevF commented 3 years ago

I ran %conda install -y -c conda-forge unzip to install it

timwukp commented 3 years ago

I ran %conda install -y -c conda-forge unzip to install it

you can use AWS Sagemaker notebook and chose 'conda_python3' kernel. It runs well.

source code timeseries_fname = os.path.join(RAW_DATA, 'timeseries.zip') !unzip -o $timeseries_fname -d $DATA/training-data

result Archive: ../dataset/timeseries.zip inflating: ../data/training-data/expander.parquet