RexBarker
RexBarker
I've watched the model run many times with `nvtop` and `htop`. The "forward" and "backward" propagation steps seem fast enough; the GPU is fully loaded, and all CPUs near 100%....
Need to improve the documentation page for the REPL usage. I found the exit method of cntrl-D by accident by using my Home Simpson method of mashing the keyboard
A temporary monkey patch to kill the message can be done like this: At line 100 of the [jupyter_client/session.py](https://github.com/jupyter/jupyter_client/blob/main/jupyter_client/session.py) file, you perform the `json_clean(obj)` first instead of letting it fail...
Any updates on this? I have a similar issue. The ipyvuetify dialogs work fine in a standard notebook, but not in a VScode Jupyter notebook instance
To be combined and tested with #22
Hello, Here is a minimum viable example to demonstrate the issue. Using the Olympic sample data as input, sort on the country name. In the sorted state, "Afghanistan" will be...
My appologies. I realize now that it was because in my version, I have both #23 and this PR combined (they should be combined to fully test this case). The...
@maartenbreddels : any outlook on incorporating these PRs #22, #23, #24 ?
I can give that a try this week to get the tests working. A good excercise to learn as well 👍 . Thanks!
A more self-contained example: ``` from ipywidgets import Layout, HBox, HTML, RadioButtons rbuttons = RadioButtons(options=["A", "B", "C"], value="A") _style = HTML( ".widget-radio-box {flex-direction: row !important;}.widget-radio-box" " label{margin:5px !important;width: 120px !important;}",...