Francis Duval
01/18/2024, 9:48 PMkedro jupyter notebook can be great to develop the code in your nodes, because you can have access to the catalog, among others. Is there a way to open a Jupyter Notebook directly in your IDE? I have PyCharm Pro.Juan Luis
01/18/2024, 11:26 PM%load_ext kedro.ipythonFrancis Duval
01/18/2024, 11:33 PMNok Lam Chan
01/19/2024, 12:38 AMkedro jupyter notebook (or kedro jupyter setup), basically any of the kedro jupyter command. It will register a kernel.
When you open a notebook in IDE, you can select the kernel and it will automatically run the extension.
Otherwise like @Juan Luis suggested, you can always add that addition line of code to load it up!datajoely
01/19/2024, 11:04 AMFrancis Duval
01/19/2024, 1:48 PMGalen Seilis
01/19/2024, 3:45 PM