Skip to content

Commit ffee0c8

Browse files
authored
Removed conda command to install s3fs. (#1659)
1 parent 0c9b557 commit ffee0c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

introduction_to_applying_machine_learning/deepar_chicago_traffic_violations/deepar_chicago_traffic_violations.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"import matplotlib.pyplot as plt\n",
8282
"import pandas as pd\n",
8383
"\n",
84-
"!conda install -y s3fs\n",
8584
"import s3fs"
8685
]
8786
},
@@ -449,7 +448,7 @@
449448
"name": "python",
450449
"nbconvert_exporter": "python",
451450
"pygments_lexer": "ipython3",
452-
"version": "3.6.5"
451+
"version": "3.6.10"
453452
},
454453
"notice": "Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
455454
},

0 commit comments

Comments
 (0)