Skip to content

Commit

Permalink
Minor fixes to get Colab working.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jan 21, 2020
1 parent 58a94a0 commit bcfd49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tsfel)
![PyPI](https://img.shields.io/pypi/v/tsfel)
[![Downloads](https://pepy.tech/badge/tsfel)](https://pepy.tech/project/tsfel)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fraunhoferportugal/tsfel/blob/development/notebooks/TSFEL_HAR_Example.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fraunhoferportugal/tsfel/blob/master/notebooks/TSFEL_HAR_Example.ipynb)

# Time Series Feature Extraction Library
## Intuitive time series feature extraction
Expand Down
2 changes: 1 addition & 1 deletion notebooks/TSFEL_HAR_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"#@title Import Time Series Feature Extraction Library\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.1 2>&1\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.1.tar.gz 2>&1\n",
"!pip install --upgrade -q gspread >/dev/null 2>&1\n",
"!pip install gspread oauth2client >/dev/null 2>&1\n",
"!pip install pandas >/dev/null 2>&1\n",
Expand Down

0 comments on commit bcfd49f

Please sign in to comment.