1
- <h1 ><img src =" https://raw.githubusercontent.com/cjdoris/PythonCall.jl/master /docs/src/assets/logo.svg " alt =" PythonCall.jl logo " style =" width : 100px ;" ><br >PythonCall & ;  ; JuliaCall</h1 >
1
+ <h1 ><img src =" https://raw.githubusercontent.com/cjdoris/PythonCall.jl/main /docs/src/assets/logo.svg " 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
4
[ ![ Stable Documentation] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://cjdoris.github.io/PythonCall.jl/stable )
5
5
[ ![ Dev Documentation] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://cjdoris.github.io/PythonCall.jl/dev )
6
6
[ ![ Test Status] ( https://github.com/cjdoris/PythonCall.jl/workflows/Tests/badge.svg )] ( https://github.com/cjdoris/PythonCall.jl/actions?query=workflow%3ATests )
7
- [ ![ Codecov] ( https://codecov.io/gh/cjdoris/PythonCall.jl/branch/master /graph/badge.svg?token=A813UUIHGS )] ( https://codecov.io/gh/cjdoris/PythonCall.jl )
7
+ [ ![ Codecov] ( https://codecov.io/gh/cjdoris/PythonCall.jl/branch/main /graph/badge.svg?token=A813UUIHGS )] ( https://codecov.io/gh/cjdoris/PythonCall.jl )
8
8
9
9
Bringing [ ** Python®** ] ( https://www.python.org/ ) and [ ** Julia** ] ( https://julialang.org/ ) together in seamless harmony:
10
10
- Call Python code from Julia and Julia code from Python via a symmetric interface.
@@ -26,7 +26,7 @@ In this example, we use the Julia module PythonCall from a [Pluto](https://githu
26
26
- We use ` pytable(df) ` to convert it to a Python [ Pandas DataFrame] ( https://pandas.pydata.org/ ) .
27
27
- We use the Python package [ Seaborn] ( https://seaborn.pydata.org/ ) to produce a pair-plot, which is automatically displayed.
28
28
29
- ![ Seaborn example screenshot] ( https://raw.githubusercontent.com/cjdoris/PythonCall.jl/master /examples/seaborn.png )
29
+ ![ Seaborn example screenshot] ( https://raw.githubusercontent.com/cjdoris/PythonCall.jl/main /examples/seaborn.png )
30
30
31
31
## Example 2: Calling Julia from Python
32
32
@@ -35,7 +35,7 @@ In this example we use the Python module JuliaCall from an IPython notebook to t
35
35
- We construct and train a neural network model using Julia's Flux.
36
36
- We plot some sample output from the model using Python's MatPlotLib.
37
37
38
- ![ Flux example screenshot] ( https://raw.githubusercontent.com/cjdoris/PythonCall.jl/master /examples/flux.png )
38
+ ![ Flux example screenshot] ( https://raw.githubusercontent.com/cjdoris/PythonCall.jl/main /examples/flux.png )
39
39
40
40
## What about PyCall?
41
41
0 commit comments