notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

jupyter/ipython notebooks demonstrating PySAL functionality

Results 53 notebooks issues
Sort by recently updated
recently updated
newest added

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....

dependencies

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...

dependencies

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...

dependencies

Currently the notebooks within a package are ordered alphabetically. For some packages this breaks the logical flow ([pointpats for example](https://github.com/pysal/pointpats/blob/master/notebooks/pointpattern.ipynb)). One solution to this might be to have a README.md...

enhancement

The current README instructions has the docker container not returning a shell for entry but rather the lab is running. It isn't clear how to move onto the build steps...

enhancement

- libpysal - spreg ![2020-03-28_11-34](https://user-images.githubusercontent.com/118042/77830788-2bee9100-70e8-11ea-9ae1-2a0e71d1f504.png)

bug

We have discussed it would be really good to start thinking of vignettes that bring together functionality from federated packages. The idea, partly, being that these could be used in...

enhancement

the current CI setup tests that the book builds, but does not test that it actually *runs*, which can be super confusing to users if our canonical tutorials have trouble...

The newest libpysal release has an overhauled data interface. The subpackage notebooks should be updated to use exclusively built-in data so that eeach notebook can run in a standalone environment...