scicloj / clay

A REPL-friendly Clojure tool for notebooks and datavis
https://scicloj.github.io/clay/
Eclipse Public License 1.0
134 stars 13 forks source link

Watch notebook files and live reload pages if changed. #165

Closed whatacold closed 1 month ago

whatacold commented 1 month ago

This is trying to fix #160.

daslu commented 1 month ago

Thanks for these additions, @whatacold!

I hope to merge this before the next release during the weekend.

whatacold commented 1 month ago

No rush, just take your time.

Since source-path could be a vector, I'm still trying to think of a proper way to handle this case.

whatacold commented 1 month ago

Since source-path could be a vector, I'm still trying to think of a proper way to handle this case.

This has been added, I would love to hear what you think, thanks.

daslu commented 1 month ago

Thanks, @whatacold!

Mergingb