also, a totally unrelated question: <our docs say>...
# questions
j
also, a totally unrelated question: our docs say "Kedro offers a command (
kedro jupyter notebook
)" but actually this depend on the starter that got used - for example, projects created with
standalone-datacatalog
do not have it. is this a docs issue (we should amend those to explain how to get that command working regardless of the starter used) or a starter issue (all starters should have
kedro jupyter notebook
)?
d
I’d do this the other way round i.e. say all starters bar the
standalone-catalog
have this by default
j
thanks @datajoely - for completeness, how can I add the subcommand when it's not available? is it a config thing or should I install a specific plugin?
d
I actually don’t know if this is right, jupyter isn’t an optional dependency and it’s present in this starter https://github.com/kedro-org/kedro-starters/blob/main/standalone-datacatalog/%7B%7B%20cookiecutter.repo_name%20%7D%7D/requirements.txt
🤔 1
j
not sure what role do dependencies play here. with a given environment,
kedro jupyter
is shown for one project but not shown for another
n
Do you mean when creating a starter with
standalone-catalog
, the
kedro jupyter
command is not available?
j
@Nok Lam Chan yep. opening an issue about it rn
n
Yes I think you got it right, it is due to the missing
pyproject.toml
I don’t think it’s a bug though, I will add my comments on the issue.
👍🏼 1
👀 1