-
The following example throws a `KeyError` exception
```python
# test.py
from typing import TypedDict
from typing_extensions import Unpack
class Options(TypedDict):
foo: int
clas…
redb0 updated
2 months ago
-
Hello,
I am trying to use the VSCode Testing module with my `skforecast_py11` environment which has `werkzeug == 3.0.4` installed. The OUTPUT Python section gives me the error `ModuleNotFoundError:…
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export type A = number
export interface D {
…
adaxi updated
2 months ago
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export type A = number
export abstract class D {…
adaxi updated
2 months ago
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export type A = number
export abstract class D {…
adaxi updated
2 months ago
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export type Timer = ReturnType
```
```
INFO …
adaxi updated
2 months ago
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export class T {
a() {
}
}
```
You get…
adaxi updated
2 months ago
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export enum Direction {
Up = 1,
Down,
Left…
adaxi updated
2 months ago
-
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the `sdk/src/index.ts` file to include:
```typescript
export type A = number
export type B = string
/…
adaxi updated
2 months ago
-
## Description
Not able to load the magic
## Reproduce
```
pip install -U jupyter-ai
```
```python
%load_ext jupyter_ai_magics
```
--------------------------------…