File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,22 @@ You can deactivate the environment with `Ctrl + D` and reset it using
36
36
37
37
Entry points to be aware of:
38
38
39
- - [ ` anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/anywidget ) - the
39
+ - [ ` anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/anywidget ) -
40
40
primary Python package
41
41
- [ ` packages/anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/packages/anywidget ) -
42
- the JavaScript component of the Python package
42
+ JavaScript component of the Python package
43
43
- [ ` packages/types ` ] ( https://github.com/manzt/anywidget/tree/main/packages/types ) -
44
44
type declarations for anywidget (` @anywidget/types ` )
45
45
- [ ` packages/vite ` ] ( https://github.com/manzt/anywidget/tree/main/packages/vite ) -
46
- the [ Vite] ( https://vitejs.dev/ ) plugin (` @anywidget/vite ` )
46
+ [ Vite] ( https://vitejs.dev/ ) plugin (` @anywidget/vite ` )
47
+ - [ ` packages/react ` ] ( https://github.com/manzt/anywidget/tree/main/packages/react ) -
48
+ [ React] ( https://react.dev/ ) adapter (` @anywidget/react ` )
49
+ - [ ` packages/svelte ` ] ( https://github.com/manzt/anywidget/tree/main/packages/svelte ) -
50
+ [ Svelte] ( https://svelte.dev/ ) adapter (` @anywidget/svelte ` )
51
+ - [ ` packages/create-anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/packages/create-anywidget ) -
52
+ CLI to create a new anywidget project
53
+ - [ ` packages/deno ` ] ( https://github.com/manzt/anywidget/tree/main/packages/deno ) -
54
+ anywidget backend for [ Deno] ( https://deno.com/ ) Jupyter kernel
47
55
48
56
## Making changes
49
57
Original file line number Diff line number Diff line change 15
15
" **/*-lock.yaml" ,
16
16
" **/CHANGELOG.md" ,
17
17
" .venv/**/*" ,
18
- " .changeset/**/*"
18
+ " .changeset/**/*" ,
19
+ " .mypy_cache/**/*"
19
20
],
20
21
"plugins" : [
21
22
" https://plugins.dprint.dev/typescript-0.89.3.wasm" ,
You can’t perform that action at this time.
0 commit comments