pysal / notebooks

jupyter/ipython notebooks demonstrating PySAL functionality
53 stars 38 forks source link

New `notebooks` project infrastructure #53

Closed darribas closed 5 years ago

darribas commented 5 years ago

This PR brings all the work to revamp the repository as an automated jupyter-book that pulls in notebooks available from federated packages and serves it online. Issues can be tracked with the nbs2.0 tag. The idea is that, from here on, development is centralised on the pysal organisation account and contributors issue PRs in the same way as they'd do for code.

darribas commented 5 years ago

Mmm... There seems to be conflicts, not sure why. Any ideas?

Also, before we merge, should we tag for easy access the current version of master? The change is very significant.

weikang9009 commented 5 years ago

I encountered similar conflicts when pulling from your fork. Not sure why...

I think it makes sense to tag the current version of master.

jGaboardi commented 5 years ago

@darribas For adding spaghetti into the jupyterbook infrastructure, would I simply add it into the packages.yml?

sjsrey commented 5 years ago

The previous master has been tagged as 1.14

sjsrey commented 5 years ago

@darribas I think I resolved these conflicts. I pushed up to my origin so have a look at the comparison if that was pr'd into your master.

darribas commented 5 years ago

Thanks to @sjsrey, conflicts seem to be resovled, so merging this ahead.