Hey all. I recently stumbled across "React Flow" (link) while searching for an open source graph & node drag-and-drop solution.
Specifically, I am looking to create a UI for my team, which would allow for easy no-code pipeline creation, by presenting a list of available nodes (on the side, as "prewritten" functions) which can then be dragged-dropped-and-connected with the rest of the pipeline.
I am unsure if something like this would... 'play nice' with kedro-viz (now and/or in the future), but is there anyone who has thought about this before? If so, what did you do about it (ideally in combination with kedro/kedro-viz)?
[I have posted 2 relevant links below]
Hello there! I am trying to install kedro_datasets in order to use the pandas.ExcelDataset class to automate an xlsx loading process (not interested in the rest of the pipeline atm).
However, when i do pip install kedro_datasets
a) i see kedro being installed as a dependency, and,
b) i get an OSError saying "no directory: /bin/pygrun" (a dependency of antlr4-python3-runtime, which is a package for text processing)
>> Is it possible to restrict pip installation just to kedro_datasets, and (even stricter) just to a certain type (e.g. pandas or pandas.ExcelDataset) ?
(Googling didn't help with either a or b)