Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks very interesting. Is there (currently) any facility for saving work? Like writing dataframes and/or functions to disk? I had a quick look at the tutorial and source - but only found the stuff handling csv input.


It's pretty rudimentary, but you can save CSV files from a Dataframe with:

    store(df, "some_file.csv")
I don't have modules yet, but you can load an Empirical code file from the REPL with a "magic command":

    >>> \l my_functions.emp
The full list of magic commands is available with:

    >>> \help




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: