David L. Qiu

Results 257 comments of David L. Qiu

Yup, an upstream issue was just opened: https://github.com/pypa/virtualenv/issues/2972 However, for some reason I can't find a workaround for this. I tried defining `virtualenv!=20.35.0` in the build dependencies to no success....

Found a workaround! Add this to `pyproject.toml`: ```toml [tool.jupyter-releaser.hooks] before-bump-version = ["pip install hatch virtualenv!=20.35.0"] ``` `jupyter_releaser` uses `pipx run hatch version` to get the version in the `bump-version` step,...

@msyJY Thanks for opening an issue about this! I don't recall any dedicated issues for this, but I'll link them here in case I find them later. We are already...

@krassowski Thanks for sharing examples of other extensions providing features directly through the cell error UI. I think we'll need something similar in addition to Zach's existing magic wand feature...

@Zsailer Just a random usability suggestion (no need to even respond): - Single clicking the magic wand opens a menu with options. If a user clicks any of these options,...

@dcieslak19973 We handle AI requests in the backend, so the server extension will make IPC calls to other MCP servers (or normal HTTPS calls for remote MCP servers). The server...

Yup, remote MCP server support is definitely being factored into our roadmap. It likely won't be using SSEs (as the requests can still be made from the backend instead of...

@valentingoelz We are still planning on MCP server support, but we have been focusing on building a more robust way to provide context & agent tools to AI personas instead...

@dcieslak19973 @ctcjab Thank you both for the feedback! These use-cases make perfect sense. Sorry I wasn't clear with my last reply. We will provide a way for users to specify...

@krassowski Yes, we can accept 2.x patches! I'm working on one coming up soon.