intro-stat-learning / ISLP_labs

Up-to-date version of labs for ISLP
BSD 2-Clause "Simplified" License
660 stars 388 forks source link

Use a Makefile and introduce .pre-commit #7

Closed tschm closed 1 year ago

tschm commented 1 year ago

This will be a github action soon. For now, please try

make install

or

make fmt

or

make jupyter

or just

make

tschm commented 1 year ago

@jonathan-taylor Makefiles can help a great deal to simplify tasks such as installing or the construction of images

jonathan-taylor commented 1 year ago

@jonathan-taylor Makefiles can help a great deal to simplify tasks such as installing or the construction of images

Thanks, I am aware of make.

tschm commented 1 year ago

the book target is commented out. I may revisit at a later stage. A github action can confirm that the repo is in good shape (as defined via ruff etc) The jupyter action just install jupyterlab if it not there already...

jonathan-taylor commented 1 year ago

I'm going to close this because this repo isn't the place for a Makefile. This is where students will land, no need to confuse them with a Makefile.