Skip to main content

Julia/Python bridge with IPython support.

Project description

PyJulia

Stable documentation Latest documentation Main workflow DOI

Experimenting with developing a better interface to Julia language that works with Python 3 and Julia v1.4+.

Quick usage

$ python3 -m pip install julia    # install PyJulia
...                               # you may need `--user` after `install`

$ python3
>>> import julia
>>> julia.install()               # install PyCall.jl etc.
>>> from julia import Base        # short demo
>>> Base.sind(90)
1.0

See more in the documentation.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

julia-0.6.2.tar.gz (54.3 kB view hashes)

Uploaded Source

Built Distribution

julia-0.6.2-py2.py3-none-any.whl (68.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page