File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ## A Pluto.jl notebook ###
2
+ # v0.16.1
3
+
4
+ using Markdown
5
+ using InteractiveUtils
6
+
7
+ # ╔═╡ e9dcc3e9-7c0f-40aa-b633-1242aacca66c
8
+ using Pkg; Pkg. activate (" tmp" , shared= true )
9
+
10
+ # ╔═╡ 545b2750-1bc5-11ec-1d6a-275133eec22d
11
+ using PythonCall, RDatasets
12
+
13
+ # ╔═╡ dbf0b8fc-d9d1-492a-892e-79f1ea86c345
14
+ iris = dataset (" datasets" , " iris" );
15
+
16
+ # ╔═╡ 41f6b405-3436-4058-979e-bcf7be661e9a
17
+ sns = pyimport (" seaborn" ); sns. set_theme ();
18
+
19
+ # ╔═╡ 9f8ddcfe-778e-4e33-9308-c4acb409770f
20
+ sns. pairplot (pytable (iris), hue= " Species" )
21
+
22
+ # ╔═╡ Cell order:
23
+ # ╠═e9dcc3e9-7c0f-40aa-b633-1242aacca66c
24
+ # ╠═545b2750-1bc5-11ec-1d6a-275133eec22d
25
+ # ╠═dbf0b8fc-d9d1-492a-892e-79f1ea86c345
26
+ # ╠═41f6b405-3436-4058-979e-bcf7be661e9a
27
+ # ╠═9f8ddcfe-778e-4e33-9308-c4acb409770f
You can’t perform that action at this time.
0 commit comments