Hello to everyone!! :) I can create a new kedro-pr...
# questions
j
Hello to everyone!! :) I can create a new kedro-project using [kedro new] via cmd. ~ Can I replicate the same thing using a code python file / jupyter notebook? 🤔
n
I think the easiest way is to just run the CLI. With a script you can use
os.system
to call the CLI or in the notebook with the`!
like
!kedro new`
🤔 1
❤️ 1