René Filip
René Filip
I think soft wrap is causing this. If I enable/disable soft wrap in the settings I get this issue.
Awesome. That what I was looking for. However, it looks like creating a `custom.js` is not so straight forward if you use conda environment. I created a file in `~/.jupyter/custom/custom.js`...
#35 related
Now that over one year has passed, is there any update from your side 🙂?
Also notice that the schematics in the readme are for v0.1 and that there already exist more recent ones here: https://github.com/8n1/ESP8266-Tiny-Door-and-Window-Sensor/blob/master/Schematic/tiny-door-and-window-sensor_v03.png
Same issue. However, I added the full screen control to make it more useable: ```python m.add_control(FullScreenControl(position='topright')) ```
Thanks for the reply @Tweska and @vdrhtc . Weird, *now* my client does support the inline functionality and it also works for me (I don't think the version was the...
A somewhat wild guess but I think > not having comm a trait (no need for this) might fix https://github.com/jupyter-widgets/ipywidgets/issues/3448. At least it would make debugging the issue a bit...
Related PR: https://github.com/KirkMcDonald/kirkmcdonald.github.io/pull/65
My use case is slightly different but feels related. I want to run something once within a random time interval. To do so, I made this utility function to get...