Omer Tzuk
Omer Tzuk
I like the idea of creating a separate call for extending an array..
Hi guys, I wanted to inquire whether there's any update regarding the option of appending data to a numpy array inside a HDF5 file created with deepdish.io ..
`!which julia` resulted in: ``` which julia julia /usr/local/bin/julia /usr/local/bin/julia ``` What seems to work is: ``` from julia.api import Julia jl = Julia(compiled_modules=False) #jl(runtime="/usr/local/bin/julia") from diffeqpy import de ```...
I've restarted the Kernel and used: ``` import time start = time.time() from julia import Main end = time.time() print(end - start) ``` But I have got `FileNotFoundError`: ``` ---------------------------------------------------------------------------...