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 >
22
33[ ![ 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 )
88[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.html )
99
1010Bringing [ ** 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
1818
1919⭐ If you like this, a GitHub star would be lovely thank you. ⭐
2020
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 ) .
2222
2323## Example 1: Calling Python from Julia
2424
@@ -27,7 +27,7 @@ In this example, we use the Julia module PythonCall from a [Pluto](https://githu
2727- We use ` pytable(df) ` to convert it to a Python [ Pandas DataFrame] ( https://pandas.pydata.org/ ) .
2828- We use the Python package [ Seaborn] ( https://seaborn.pydata.org/ ) to produce a pair-plot, which is automatically displayed.
2929
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 )
3131
3232## Example 2: Calling Julia from Python
3333
@@ -36,7 +36,7 @@ In this example we use the Python module JuliaCall from an IPython notebook to t
3636- We construct and train a neural network model using Julia's Flux.
3737- We plot some sample output from the model using Python's MatPlotLib.
3838
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 )
4040
4141## What about PyCall?
4242
0 commit comments