pysal / notebooks

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

Remove static `jupyter-book` template and move it to a dependency #71

Closed darribas closed 5 years ago

darribas commented 5 years ago

We currently host a static template of jupyter-book. Given how vibrant of a package it is, we should be requiring it as a dependency and running it to create a template everytime we rebuild.

darribas commented 5 years ago

This is now implemented as of #72