Nok Lam Chan
                                            Nok Lam Chan
                                        
                                     This should provide more hints, Rich does not recognise the console as a "Jupyter" environment. Created an issue in `Rich` repository. Not sure how it goes, either Databricks should...
Current workaround is to set `LINES` and `COLUMNS` instead of `JUPYTER_LINES` and `JUPYTER_COLUMNS`, until we have a fix in `rich`.
``` kedro.io.core.DataSetError: Failed while saving data to data set MemoryDataSet(). cannot pickle '_thread.RLock' object ``` These errors almost always come from serialization, I think we had similar issue with `TensorFlow`...
@brendalf Could you provide an example of that?
I suggest remove the `ProjectHooks` default too since it's not available anymore. But we should leave the `HOOKS` variable there or provide an example so people understand that they need...
`OmegaConf` is part of the `Hydra` dependencies, is the compose feature coming from `OmegaConf` itself or hydra actually add more on it? Found a [OmegaConf Deck](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000&slide=id.g84632f636b_3_7) here.
@datajoely Yes they are created by the same author, I think there may be chance that we only need `OmegaConf` for config loader. If we want to enable hierarchical config...
Dumping thought on this, `OmegaConf` may also make the `CLI` interface and the Python API more consistent with [Nested Dict Update](https://github.com/kedro-org/kedro/pull/927). ` OmegaConf.select(cfg, "foo.bar.zonk") == 10 `, potentially it can...
In general, I am fine with most of the item with some comments for these 2 items. > Ensure logging.yml is optional and remove it from all starters I like...
Just to add one more thing🔥, the current way of `kedro` as a normal package and `kedro-datasets` as a namespace package seems to break dev install `pip install -e .`,...