fumitoh

Results 76 comments of fumitoh

@NGKEVEN That would be very helpful. If you agree to distribute it under the same OSS licence (MIT), I can put it in lifelib and distribute it as part of...

Appreciate you open a new issue to pin point the problem you're experiencing.

Thank you. I'll add a link in the doc to this issue.

You can follow the instruction below. It assumes Windows platform, but it's also valid for Linux. https://lifelib.io/quickstart.html#installation

My understanding is ATOM is a code editor, so you can edit lifelib code. To run lifelib models, you need IPython interpreter.

You can run some jupyter notebooks by following the guide below. https://lifelib.io/quickstart.html#running-notebooks

I couldn't reproduce the error. Can you zip `C:\Demosthenis\_PythonRelated\ModelX\LifeLib\mylife` and attach it if no private information is held in it.

I couldn't reproduce the issue. * What version of lifelib did you use? (Check `lifelib.__version__`) * Are you using the zip file from the download page or did you install...

I just checked the files on https://pypi.org/project/lifelib/ and you're right, these files don't seem to be packaged correctly. I'll update the files shortly. A similar incidence (#6 ) happened before,...

Just put lifelib v0.0.19 on PyPI. `pip install lifelib --upgrade` will do the job. The WinPython zip will be updated in a few days.