Nok Lam Chan
Nok Lam Chan
@AntonyMilneQB I think there are definitely opportunities to simplify the `kedro`, I agree with `kedro.extras.extensions.ipython` together with the line magic need to be simplified. I am not sure though if...
The last time I tried I don't remember seeing the datasets shortcuts, maybe I did something wrong there. I think there are some gaps between using IDE and Jupyter/Databricks, it...
@limdauto This is something that I have no experience but it looks very interesting! Any recommended resource for a complete beginner :) I'll try to look at it sometimes
> If you do from kedro import ... , would it import everything under this path? This wouldn't be desirable so we need to investigate if this is the case....
This was linked incorrectly to the wrong PR and shouldn't be closed
From Tech Design 2022-08-31 - [x] Create a new issue to document how users can build the docs with `sphinx` or other alternatives * It may worth to split into...
As I understand we are discussing comparison plots across runs here. > As is right now, the X-axis is timestamp, and that's impractical. Should have a way for it to...
@daniel-falk Could you change the relative import to an absolute path and remove the suppression block for now? I suspect it hides the actual error from the CI log. You'll...
Don't worry about it for now, I have seen the same error in my other PR which is also blocked by some Window CI, once that get fixed I am...
Trying to re-run the Window Tests, we have seen the same annoying PEP517 error for a while. It's non-deterministic, let's check if the tests still fail.