ProgramaticallyUnderstandingSeries
ProgramaticallyUnderstandingSeries copied to clipboard
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
In the file ft.ipynb, the following line gives me an error: `plt.plot(frq[:len(data)/2], abs(np.fft.fft(data))[:len(data)/2])` `TypeError: slice indices must be integers or None or have an __index__ method` Replacing the `/` with...