-
While trying to make Altair a typed library, we were trying to hide deprecated functions from the code completions on the top-level package. The approach was discussed here https://github.com/microsof…
-
-
### Describe the bug
while executing this command [az extension add -n ml --debug] getting this error
here are the version details
Python 3.11.5
pip 24.0
"azure-cli": "2.57.0",
"a…
-
## Description
I got the following error when trying to connect to jupyverse from VSCode
```
Connection failure. Verify the server is running and reachable. (invalid json response body at htt…
Atry updated
7 months ago
-
## Bug description
I was testing out the imitation learning library with a custom gym environment and ran into a shortcoming in imitation/util/util.py. I get the error message provided below.
`…
-
**Describe the bug**
I want cuDF can help a lot in speeding up the calculation process (My dataset is pretty large, e.g. 5 billions rows). However, `ddf.explode("col1")` doesn't work correctly after …
-
## Description
Notebook cells in Safari browser create new layers that scale up linearly with the number of cells in the notebook, impacting rendering performance.
@ellisonbg could you pleas…
-
Getting error from pebbe as dependency of gophernotes.
I've raised an issue with gophernotes, but it might be it's more something to do with pebbe:
https://github.com/gopherdata/gophernotes/issues/1…
-
I have a very simple script:
```
import cadquery as cq
result = cq.importers.importStep('./file.step')
show_object(result, options={"alpha":0.5, "color": (64, 164, 223)})
```
When I run it via…
-
Hi
First time trying to install and use ```pymc-learn``` on a ```Windows10, Anaconda, pymc (latest stable)``` environment
Here are the commands I ran and the error I get from the ```pymc-learn`…