An open API service indexing awesome lists of open source software.

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!

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
```