-
Motivated by #5499 -- we can add custom display code in the Positron Python kernel on a case by case basis when we find that `__repr__` renders badly or some other reason (performance or unwanted comp…
-
Python bindings for ViennaRNA are now available (and have been for a couple of years):
https://www.tbi.univie.ac.at/RNA/ViennaRNA/refman/api_python.html
We could think about replacing the call to th…
-
Hello @fyr91 - what do you think about this as a Python high-level API:
I imagine this API could allows to get the embedding/features for the images based on input images,
it would allow a two-ste…
-
some small python Econ api for python(>= 3.6):
```python
import telnetlib
def execute(conn: telnetlib.Telnet, line: str) -> None:
"""
executes an econ command.
"""
cmd = f"{…
-
Noticed that it doesn't default to env var when creating Python SDK client without api_key param but it does for Typescript SDK. What is the expected behavior?
[SPE-4470](https://linear.app/speakeasy…
-
[`LoggingHandler`](https://github.com/open-telemetry/opentelemetry-python/blob/2ddb076454c46a2656e594508b370cd6766bcece/opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py#L464) is a P…
-
I use mastodon-archiver to fetch from a friendica server, so this might not be happening with Mastodon.
It worked very well for months, but now I get
```
Traceback (most recent call last):
Fi…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
Getting Type error
TypeError: No method fo…
-
## Summary
The feature in question is related to the fact that there seems to be no way to examine the `(grad, hess)` pair from the user facing Python API. This might as well be a documentation iss…
-
### URL
https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included …