Soeren Wolfers
Soeren Wolfers
Sometimes, easymotion's single character search doesn't highlight all matches. For example, in the screenshot below i searched for `e` and you can see a lot of them going unmarked (e.g....
With many matches, the target key combinations are 1: single keys 2: double keys starting with "m" 3: ... "f" 4: ... "j" 5: ... ";" I would like to...
Can I use NERDcommenter to create a normal mode map, let's say to `'`, that does: - On a **not commented** line: Immediately comment out the line - On a...
Plotly doesn't currently let me format numbers, e.g. in hover templates, in "human" or "business" form, by which I mean essentially SI representation but with the suffix replacements k->k(ilo) M->M(illion),...
If I wrap this code from `source/docs/examples/Output Widget.ipynb`, ``` import ipywidgets as widgets out = widgets.Output(layout={'border': '1px solid black'}) with out: for i in range(10): print(i, 'Hello world!') ``` in...
Tried using pivottable in our company. Unfortunately, we don't have internet access for most purposes, so the Python package doesn't work. Would it be possible to provide an offline option?...
Someone else posted this before but in a hijacking attempt of [another issue]( https://github.com/nicolaskruchten/jupyter_pivottablejs/issues/32 ), so let me repeat it here: **`pivot_ui(df)` does not display anything for some users (including...
Can I use tcomment to create a normal mode map, let's say to `'`, that does: - On a **not commented** line: Immediately comment out the line - On a...
Assume `f` is a function that consumes numpy arrays of shape `N x d` and returns arrays of the form `N` (i.e., it is a map from R^d to R...
### What happens? Keyboard interrupts in Jupyter notebook are often either ignored by duckdb or kill my Python kernels. ### To Reproduce I have a MWE that reliably kills my...