scicloj / noj

A clojure framework for data science
Eclipse Public License 1.0
35 stars 4 forks source link

added devcontainer support #8

Closed behrica closed 7 months ago

behrica commented 7 months ago

It took me longer to setup the document build then to write the new docu.

using a devcontainer supporting tool (vscode or devpod), it takes a single command (inside the devcontainer) to build the docs:

poetry update && poetry run clj -A:dev notebooks/dev.clj
daslu commented 7 months ago

@behrica this is great.