-
GitHub pages can render content from the root or `/docs` directory of any repository. If notespace render static html pages directly to the `docs` directory by default, then files would not need to m…
-
Hi, lovely project!
I encountered a couple issues when firing up a repl and loading all namespaces (I have a custom setup which does that):
* merely `require`ing `sound.patch` plays+loops the as…
-
Currently I need to do something like this in my notespace to change configuration:
```clojure
(reset! state/the-context
(fx/swap-context
@state/the-context
#(-…
-
In below test, when replace-missing with :mid strategy, I expected to get middle value between two valid numbers. But the result shows that :down strategy is used:
```clojure
(let [ds (ds/->data…
kimim updated
3 years ago
-
@genmeblog helpfully indicated on Zulip:
> BTW, take a look at other joins I introduced in tablecloth I think they should be moved directly to tech.ml.dataset since they are made on the top of left…
-
Hello,
A common data exploration operation following `group-by` is to get aggregates by group.
Example dataset:
```
(ds/select-columns x ["Issuer" "Index-Contribution" "Average-Index-Weight"])…
-
Notice the difference in complexity between the following R vs Clojure code which is used to achieve similar results.
```R
tibble(
x = 1:5,
y = 1,
z = x + y
)
```
```Clojure
'[tech.v3…
-
Many thanks for Calva!
**Background** (you can skip reading this part)
In the last few weeks, a few of us started using [Notespace](https://github.com/scicloj/notespace) for literate programmin…
daslu updated
3 years ago
-
Leftover from #5: Right now we have live-embed html output support via `export!` but would like to add support for `svg` output, from which we should be able to tackle `jpg` or `png`, as well as `pdf`…
-
I was reading about the multi-file data set support in the R package of arrow, and found the idea
super interesting:
https://arrow.apache.org/docs/r/articles/dataset.html
It seems to me hat som…