1
- <h1 ><img src =" https://raw.githubusercontent.com/cjdoris /PythonCall.jl/main/docs/src/assets/logo.png " alt =" PythonCall.jl logo " style =" width : 100px ;" ><br >PythonCall & ;  ; JuliaCall</h1 >
1
+ <h1 ><img src =" https://raw.githubusercontent.com/JuliaPy /PythonCall.jl/main/docs/src/assets/logo.png " alt =" PythonCall.jl logo " style =" width : 100px ;" ><br >PythonCall & ;  ; JuliaCall</h1 >
2
2
3
3
[ ![ Project Status: Active – The project has reached a stable, usable state and is being actively developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
4
- [ ![ Stable Documentation] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://cjdoris .github.io/PythonCall.jl/stable )
5
- [ ![ Dev Documentation] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://cjdoris .github.io/PythonCall.jl/dev )
6
- [ ![ Tests] ( https://github.com/cjdoris /PythonCall.jl/actions/workflows/tests.yml/badge.svg )] ( https://github.com/cjdoris /PythonCall.jl/actions/workflows/tests.yml )
7
- [ ![ Codecov] ( https://codecov.io/gh/cjdoris /PythonCall.jl/branch/main/graph/badge.svg?token=A813UUIHGS )] ( https://codecov.io/gh/cjdoris /PythonCall.jl )
4
+ [ ![ Stable Documentation] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliapy .github.io/PythonCall.jl/stable )
5
+ [ ![ Dev Documentation] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliapy .github.io/PythonCall.jl/dev )
6
+ [ ![ Tests] ( https://github.com/JuliaPy /PythonCall.jl/actions/workflows/tests.yml/badge.svg )] ( https://github.com/JuliaPy /PythonCall.jl/actions/workflows/tests.yml )
7
+ [ ![ Codecov] ( https://codecov.io/gh/JuliaPy /PythonCall.jl/branch/main/graph/badge.svg?token=A813UUIHGS )] ( https://codecov.io/gh/JuliaPy /PythonCall.jl )
8
8
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.html )
9
9
10
10
Bringing [ ** Python®** ] ( https://www.python.org/ ) and [ ** Julia** ] ( https://julialang.org/ ) together in seamless harmony:
@@ -18,7 +18,7 @@ Bringing [**Python®**](https://www.python.org/) and [**Julia**](https://juliala
18
18
19
19
⭐ If you like this, a GitHub star would be lovely thank you. ⭐
20
20
21
- To get started, read the [ documentation] ( https://cjdoris .github.io/PythonCall.jl/stable ) .
21
+ To get started, read the [ documentation] ( https://juliapy .github.io/PythonCall.jl/stable ) .
22
22
23
23
## Example 1: Calling Python from Julia
24
24
@@ -27,7 +27,7 @@ In this example, we use the Julia module PythonCall from a [Pluto](https://githu
27
27
- We use ` pytable(df) ` to convert it to a Python [ Pandas DataFrame] ( https://pandas.pydata.org/ ) .
28
28
- We use the Python package [ Seaborn] ( https://seaborn.pydata.org/ ) to produce a pair-plot, which is automatically displayed.
29
29
30
- ![ Seaborn example screenshot] ( https://raw.githubusercontent.com/cjdoris /PythonCall.jl/main/examples/seaborn.png )
30
+ ![ Seaborn example screenshot] ( https://raw.githubusercontent.com/JuliaPy /PythonCall.jl/main/examples/seaborn.png )
31
31
32
32
## Example 2: Calling Julia from Python
33
33
@@ -36,7 +36,7 @@ In this example we use the Python module JuliaCall from an IPython notebook to t
36
36
- We construct and train a neural network model using Julia's Flux.
37
37
- We plot some sample output from the model using Python's MatPlotLib.
38
38
39
- ![ Flux example screenshot] ( https://raw.githubusercontent.com/cjdoris /PythonCall.jl/main/examples/flux.png )
39
+ ![ Flux example screenshot] ( https://raw.githubusercontent.com/JuliaPy /PythonCall.jl/main/examples/flux.png )
40
40
41
41
## What about PyCall?
42
42
0 commit comments