stonebig

Results 130 comments of stonebig

hello, I'm experimenting Jupyter-server-1.0.1, and pip warns me voila is not compatible yet. ``` voila 0.2.2 requires jupyter-server=0.3.0, but you'll have jupyter-server 1.0.1 which is incompatible. ``` Is there an...

would we get at same time numpy and scipy (and mkl and blas and blis) wheels for python-3.11.0rc1 ?

Is the effort to get jupyter-dash extension prebuild for jupyterlab-3 still ongoing ? or has it been drop for a "no interest" or "no time" reason ?

also, I've got a fail trying to get it work on PyPy3-3.7.5 / Jupyterlab-3.1.0rc1, but not sure who is responsible, if someone can tell me I'm trying Dash with PyPy3...

it would nice now to support click-8.x

on "pip inspect", having the option to avoid "Description" field may be nice, as some packages are a bit verbose

from 'pip inspect' it's a bit tiedous to replace " and extra == 'test'" or " extra == 'test'" per a qualified extra requirement_branch 'test'...

ok, extra doesn't work as I hoped , because of 3 corner cases, all generated via poetry. parsing requires_dist by myself was a not good idea. ``` isort * extra...

@sbidoul now relying on 'pip inspect'. I hope you won't change the format too much, only adding things.

the only problem of this 'via terminal' interface is that it may not translate to pyodide type of Distros. ... dreaming of a json "direct" output of the same thing,...