Carsten Behring
Carsten Behring
It took me far too long to realize that I deal with "strings" and not with forms in the code above.... Let's see what this means
At least I learned something. It seems to be clear that the "kindly support" for clojupyter need to be done on nrepl level. The clojupyter code sends "strings" and get...
I am linking here a notebook, which illustrates what we would like to achieve: https://github.com/behrica/noj/blob/addedBuildClojupyter/noj.ipynb In this we "render via clojupyter" a graphical output via a custom function "advise->clojupyter" (and...
I found a way how "(partial) kindly support" could be integrated in clojupyter , fully optional and backwards compatible. The idea would be to "replace" the "eval" function used by...
I made as well comments in some older discussions: https://github.com/clojupyter/clojupyter/discussions
@daslu @krukow I created a "draft" PR. #187 Please take it as a preview. We are still discussing in any case, where such "code using kinds" is best placed, decentralize...
The PR was merged, thanks for that. So we have now "partial support" for "kind" in Clojupyter. There is a table, which show a bit more clear what we mean...
I propose to close this issue for now. I will create others for the incompatibilities we see in the table, maybe grouping some, not sure yet
see here: https://clojurians.zulipchat.com/#narrow/stream/224816-clojisr-dev/topic/get.20documentation.20of.20R.20functions.20in.20IDE the above code works, but "copies" instead of re-uses the help code. Fixing this needed code-reorganisation to avoid circular dependencies
PR in progress #98