https://github.com/chifisource/olivepython.jl
read and evaluate python in olive!
https://github.com/chifisource/olivepython.jl
Last synced: 10 months ago
JSON representation
read and evaluate python in olive!
- Host: GitHub
- URL: https://github.com/chifisource/olivepython.jl
- Owner: ChifiSource
- License: mit
- Created: 2023-03-06T02:44:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T18:26:01.000Z (11 months ago)
- Last Synced: 2025-08-18T07:34:43.131Z (10 months ago)
- Language: Julia
- Size: 68.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [documentation](https://chifidocs.com/olive/OlivePython)
###### synergize both julia and python in the same (olive) notebook
`OlivePython` provides the [Olive](https://github.com/ChifiSource/Olive.jl) editor with the ability to read `.py` files, evaluate Python, and even combine evaluation between Python and Julia together. To add `OlivePy`,
simply use `using` in your `olive.jl` home file. For more information, check out [installing extensions](https://github.com/ChifiSource/Olive.jl#installing-extensions)
```julia
using OlivePython
```