nighcoder
nighcoder
I don't know about the notebook example, but I'd have a look at the developer console while trying to render the graph. Alternatively, you can use jupyter lab who has...
> Okay. Will check the jupyter-lab way! (But yeah still wondering if anyone intends to fix the part that says "Needs fixing" hahaha) Well, if you get to work you...
@whewage, I'm not sure that your problem has anything to do with Clojupyter. What code did you try to execute when it failed? @genmeblog, does this sound familiar to you?...
I'll +1 the request for interactive widgets. I've read about ipywidgets and how it solves the problem. This can't be done only in the back-end, but a JavaScript / TypeScript...
I see you're more advanced that I expected. I was under the impression that ipywidgets was strongly linked to python, so not very useful for our case, but I see...
After digging some more in the execute handler, I've noticed some edge cases where clojupyter acts differently than ipykernel. In python, if one sends multiple expressions to execute, the kernel...
The problem with packing all in a uberjar was something I've hit while working on ipywidgets and later on ipyleaflet for Clojupyter. I've solved that problem by breaking the uberjar...
As much as I would like to not let my work go to waste, I think it's best if you don't use my version on your project. I did the...
@conchis, most likely is the JVM that's arch dependent and that's a dependency of clojupyter. Can you build the conda package locally and install it from there and see if...