abhi8893 / kedro-training

Kedro training repository following quantumblacklabs tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kedro Training

This repository follows the tutorial kedro-training by quantumblacklabs

Checklist

$ python -c "import sys; sys.version"

3.8.12 | packaged by conda-forge | (default, Oct 12 2021, 21:25:50) 
[Clang 11.1.0 ]

$ conda version

conda 4.10.3
  • You have installed Kedro

$ kedro info

 _            _
| | _____  __| |_ __ ___
| |/ / _ \/ _` | '__/ _ \
|   <  __/ (_| | | | (_) |
|_|\_\___|\__,_|_|  \___/
v0.17.5

kedro allows teams to create analytics
projects. It is developed as part of
the Kedro initiative at QuantumBlack.

No plugins installed

vscode

$ echo $0

/bin/zsh

Having completed the above checklist, make sure that you are able to execute the following commands from your command line interface:

  • python --version or python3 --version returns a correct Python version (either 3.6, 3.7 or 3.8).

$ python --version

Python 3.8.12

$ kedro --version

kedro, version 0.17.5

About

Kedro training repository following quantumblacklabs tutorial


Languages

Language:Jupyter Notebook 81.9%Language:Python 18.1%