Matt Kafonek
Matt Kafonek
Thanks for reporting, to be honest I haven't used `ipython_blocking` in a while now. Do you have a fix in mind or start point already? Otherwise I'll try to dig...
Could you try installing from branch `mrk/nbclient-fixes` and see if it works in your setup? It seems like there's other issues that have cropped up, but I'm willing to iterate...
@loveis98 are you able to test with the branch in https://github.com/kafonek/ipython_blocking/pull/16 to see if it works? I'll release a new version to PYPI if it's working for you.
thanks for the kind words @rlele5 . I'm not very familiar with how the front-end javascript of Notebook classic works, I think linking this issue and bringing up the topic...
@DheerajKN thanks for opening this issue. I'm able to reproduce the issue, and I see this in the javascript console - ``` Error evaluating Javascript output: ReferenceError: Jupyter is not...
@DheerajKN you can test that idea out by going to colab, opening up your browser developer tools, and trying to execute `IPython.notebook.select_next().execute_cells_below()` in a console window. Unfortunately `IPython` is not...
As a workaround (or solution?), you can `uv venv --seed` to install pip, setuptools, and wheel into the virtual env that `uv` creates.
@casellimarco for your own debug you can try `!which pip` or `!pip install -v pandas`. Both should give you a clue about which pip you're using. I believe you're right...
Per #1600 (closed as dupe), another library to test with is `polygraphy==0.47.1`, which has an entry on the nvidia repo but not PyPI. - ✅ `uv pip install polygraphy==0.47.1 --index-url...
@zanieb not sure if you want this as a separate ticket, but in containers where we install system python through `apt-get`, `uv pip install` fails because there's no `/usr/lib/python3.10/site-packages` directory...