ebw44

Results 12 issues of ebw44

## Description The diff of a notebook track under lfs doesn't work. I get the message `Error Loading Notebook Diff: Internal Server Error` in the new tab and the error...

status:Help Wanted
bug

> jupyterlab 3.2.1 > jupyterlab-git 0.33.0 > jupyterlab-server 1.2.0 > jupyterlab-unfold 0.1.6 It seems that this great extension is not fully compatible with another great extension [jupyter-git](https://github.com/jupyterlab/jupyterlab-git). jupyter-git requires the...

enhancement

Is it possible to connect debug visualizer to an active jupyter kernel instead of a debug session? Currently, I'm using a cell that does nothing and just has a breakpoint....

Below is an example where width is not respect for format but leading 0 is. Is it expected? ``` import pint ureg = pint.UnitRegistry() values = [x*ureg("m") for x in...

bug
formatting

### The problem Trying to compile a simple micro_wake_word example I get the error below ``` File "C:\Users\username\mambaforge\envs\esphome\Lib\site-packages\esphome\components\micro_wake_word\__init__.py", line 292, in _load_model_data with open(model_path, "rb") as f: ^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno...

This is a very basic implementation of #7, with the following limitations: - Doesn't deal with conflicts. - The user that starts git-webui must have access to the remote repository...

I also looked at using ipaddress module to allow netmask syntax. But requires a bit more code and it is not relevant to my use case, so I went with...

If a file already exist with the same name than the quick note a new one is created with suffix ' 1' (and then increasing number. Would be nice if...

enhancement

First, thank you for a great extension. Is it possible to have a different renaming rule based on filetype/extension or by asking user for renaming confirmation/validation? My use case is...

Below is an example for which the second image is visible ```python fig = make_subplots(rows=1, cols=1, specs=[[{"secondary_y": True}]]) # Add trace fig.add_trace(go.Scatter(x=[0, 0.5, 1, 2, 2.2], y=[1.23, 2.5, 0.42, 3,...