gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

include setup.py #50

Open slayoo opened 6 years ago

slayoo commented 6 years ago

(https://sourceforge.net/p/gnudatalanguage/feature-requests/11/)

As requested back in 2005 by @smaret, it would be useful for Python users for GDL to ship with a setup.py script that would place the Python module in the correct location (probably this could also be triggered by make install).

slayoo commented 5 years ago

http://github.com/pybind/pybind11 includes the machinery needed to compile CMake-based C++ programs from within setup.py, and also to easily ship it through PyPi and conda-forge

slayoo commented 5 years ago

... and then mybinder.org provides the necessary functionality to execute a Jupyer notebook interactively for a given .ipynb file hosted at github.

To summarise, if we would be able to:

we would then get the ability to offer interactive demos of any functionality of GDL to anonymous users with just a single click (and no other needed infrastructure on our or users side)!