xor-xor

Results 15 comments of xor-xor

One thing that I don't understand in code snippets in this issue/thread: if this is for serving/predicting, not for training, then what's the need for `label_ids` in `build_raw_serving_input_receiver_fn` and similar...

@nanounanue not sure if this is *the* recommended approach, but in my case (I use virtualenvs instead of global jupyter), creating dedicated kernelspecs for the kernels that I want to...

> How do you manage adding jupyter to the org-babel-load-languages list? @nanounanue I don't think that this requires any special handling, apart from that `(jupyter . t)` has to be...

One thing that maybe is not obvious here, but seems to be a source of confusion for people that got used to solutions like virtualenv (including me >2 yrs ago)...

> How does one output a plain table results in `emacs-jupyter` Similarly as in "normal" Python source blocks - you need to return a list of lists representing your table's...

This one hapens only on `next`, so I'm reporting it here. Initial situation: freshly-launched instance of Emacs 27.1 on macOS, with minimal config (basically reduced to `package.el`-related stuff and setting...

> Those errors appear to be related to misloading of byte compiled files I think. @nnicandro you're right. I have wrongly assumed that having a path to `next` at the...

The behaviour reported in this issue also happens on Emacs 26.3, which has Org 9.1.9 (btw, Emacs 27.2 has Org 9.4.4). Regardless of the Emacs/Org version, this problem can be...

There are two different calls because the first one comes from `jupyter-org-scalar` function and the second one comes from Org itself. But the docstring of this function probably reveals the...

I've been wrestling with this all day, so here's my comment in case someone would fall into similar situation. It seems that using `ui-chart` both as a tagname and attribute...