https://kedro.org/ logo
#questions
Title
# questions
g

Gabriel Bandeira

05/31/2023, 5:12 PM
[solved] Hi, team! I’m trying to run
kedro jupyter notebook
but it’s failing saying
Error: No such command 'jupyter'.
how can I make it work? packages versions on thread
Copy code
kedro==0.18.8
kedro-datasets==1.3.0
kedro-docker==0.3.1
kedro-viz==5.3.0

jupyter==1.0.0
jupyter-console==6.6.3
jupyter-server==1.24.0
jupyter_client==8.2.0
jupyter_core==5.3.0
jupyterlab==3.5.3
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.7
jupyterlab_server==2.15.2

notebook==6.5.4
notebook_shim==0.2.3

ipython==8.13.2
ipython-genutils==0.2.0
Python 3.10.11
pip 23.0.1
j

Juan Luis

05/31/2023, 5:19 PM
you fixed it already @Gabriel Bandeira ?
g

Gabriel Bandeira

05/31/2023, 5:20 PM
yes! I was on the starter folder instead of the kedro project folder. On kedro project folder it’s working fine
j

Juan Luis

06/01/2023, 4:58 AM
right. essentially this issue https://github.com/kedro-org/kedro/issues/1831 please upvote 🙏🏼
👍 1
5 Views