sntgluca

Results 14 issues of sntgluca

Hi, when using ipywidgets.Tab, all the children objects are shown in all the tabs spaces. This example works well in a notebook, but not via ipywidgets-server ```python #!/usr/bin/env python import...

## Elevator Pitch I'd like that pyright would be able to recognise the custom pyrightconfig.json or pyproject.toml foles in my projects, as described in the [pyright documentation](https://github.com/microsoft/pyright/blob/main/docs/configuration.md). ## Motivation I...

## Elevator Pitch As a remote JupyterLab user, often hindered by bandwith limitations, it would be useful, to be able to hide dunder methods and attributes during autocompletion for clarity...

feature:completion
lang:python

## Description Dear @krassowski , when trying to autocomplete from a string, i.e. completing a file/directory name from the file system, the result is appended without cleaning up the existing...

feature:completion

## Description Hi, following up with #586, I noticed that disabling LSP completion removes autocompletion in the editor even if a console is attached. Without the jupyter-lsp package, it's possible...

## What I am trying to do... Hi! In my current experience, Pyright seems to outperform Jedi (and python-lsp-server) when using autocomplete. Based on the work in #587, I would...

Hi, **Describe the bug** I can't make Bar plots work using a LogScale scale. I imagine the problem must be connected with the need for the minimum value of a...

Bug

I wish to be able to control the axis label style and format, such as font properties, in a similar way we do with ticks. I don't mind too much...

Dear all, I am trying to use ipycanvas to write simple sketches, i.e. an oscillating pendulum. I am struggling with writing lines ending up with arrows. I guess could fix...

enhancement

### Bug description Dear all, I am experiencing issues while running Voila from a Jupyter session started via batchspawner. I suspect a configuration / setup problem but alone I can't...

bug