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.2.tar.gz
(54.3 kB
view details)
Built Distribution
julia-0.6.2-py2.py3-none-any.whl
(68.8 kB
view details)
File details
Details for the file julia-0.6.2.tar.gz
.
File metadata
- Download URL: julia-0.6.2.tar.gz
- Upload date:
- Size: 54.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35eefc030671392b79ba0e1898b7103ed1286ad044783c4cadc99d4401c368e3 |
|
MD5 | 7badfdbc3b258e3f6114818e57e92746 |
|
BLAKE2b-256 | d9ece13a3d0951f0bc0c949b914a324da47358d5cb465d402677e704ecbede8a |
File details
Details for the file julia-0.6.2-py2.py3-none-any.whl
.
File metadata
- Download URL: julia-0.6.2-py2.py3-none-any.whl
- Upload date:
- Size: 68.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90752f71376fdb9919439d20496c2dab24486dfa4fe8a831d6dd14a1bcbc04d1 |
|
MD5 | 5006b247221e47849968aa4236ea468c |
|
BLAKE2b-256 | 82af2e9a1a996f32b34249582392bb419cf8983b627a1d31412acbe9d6dea5b0 |