File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# deno_python
2
2
3
3
[ ![ Tags] ( https://img.shields.io/github/release/denosaurs/deno_python )] ( https://github.com/denosaurs/deno_python/releases )
4
- [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/python@0.1.4 /mod.ts )
4
+ [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/python@0.2.0 /mod.ts )
5
5
[ ![ checks] ( https://github.com/denosaurs/deno_python/actions/workflows/checks.yml/badge.svg )] ( https://github.com/denosaurs/deno_python/actions/workflows/checks.yml )
6
6
[ ![ License] ( https://img.shields.io/github/license/denosaurs/deno_python )] ( https://github.com/denosaurs/deno_python/blob/master/LICENSE )
7
7
8
8
Python interpreter bindings for Deno.
9
9
10
10
``` ts
11
- import { python } from " https://deno.land/x/python@0.1.4 /mod.ts" ;
11
+ import { python } from " https://deno.land/x/python@0.2.0 /mod.ts" ;
12
12
13
13
const np = python .import (" numpy" );
14
14
const plt = python .import (" matplotlib.pyplot" );
@@ -23,7 +23,7 @@ plt.show();
23
23
## Documentation
24
24
25
25
Check out the docs
26
- [ here] ( https://doc.deno.land/https://deno.land/x/python@0.1.4 /mod.ts ) .
26
+ [ here] ( https://doc.deno.land/https://deno.land/x/python@0.2.0 /mod.ts ) .
27
27
28
28
## Python Installation
29
29
You can’t perform that action at this time.
0 commit comments