Hi everyone! I am getting acquainted with kedro, a...
# questions
r
Hi everyone! I am getting acquainted with kedro, and I want to be able to run a kedro kernel in a GCP Workbench based notebook. I see there are some instructions here on how to launch a Jupyter notebook with a kedro kernel, and this works for me, but only on a Jupyter notebook instance running locally on my laptop. Trying to run these steps from the GCP workbench doesn’t quite work. It looks like the break is at the step where the notebook is meant to launch in a browser, as this step fails since the notebook in GCP is not actually running from a browser's tab per se but a tab within the workbench. Any pointers on how to overcome this? I appreciate any help. Also tagging my colleague @Dan Harmeson
y
Hi Ryan! Thanks for your question. Let's see if we can help. What steps did you follow from the documentation?
j
Hi @Ryan Wendt , I assume you’re trying to run
kedro jupyter
from the CLI, is that right? Does
%load_ext kedro.ipython
from inside the notebook work instead?
r
Thank you both! @Juan Luis you got it exactly right, your advice worked!
🙌🏼 1
K 1
j
glad it worked @Ryan Wendt! I'll open a ticket to make that documentation clearer
thankyou 1
n
would
kedro jupyter setup
work?