Julia/Python bridge with IPython support.
Project description
PyJulia
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.
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(54.2 kB
view details)
Built Distribution
julia-0.6.1-py2.py3-none-any.whl
(68.7 kB
view details)
File details
Details for the file julia-0.6.1.tar.gz
.
File metadata
- Download URL: julia-0.6.1.tar.gz
- Upload date:
- Size: 54.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbada3b47cb14b3e1893dae8339053e014cf09f8158f408b6a129ca4dfca1f61 |
|
MD5 | 0ba5928dc8c2c0608a10ab00947173ea |
|
BLAKE2b-256 | 7ac6d2d56c2825a171df48cbdc91a5afc98d22890ad44a77dda234649bfccbe4 |
File details
Details for the file julia-0.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 68.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69b997866dac2900e23563bd954ba634f8829f4f16ab7107ba1e9b4a90381b67 |
|
MD5 | f39f006c502eb73370abc1f160b3e989 |
|
BLAKE2b-256 | bec72ad9c2b286ec4d8b3eba3f60bb403544649ff4e85238ae4cb2e8402b9430 |