Submit your innovative use case or inspiring success story to the 2023 Dataiku Frontrunner Awards! LET'S GO

jupyter notebook support for scenario python code.

I am looking at developing some python code to help move a scenario along.  There is no good way (that I can find) to properly test python code in a scenario.  The UI itself doesn't have a mechanism to run Jupyter Notebooks, and I cannot access it through the Pycharm plugin either.  I'm not sure how others do it, but I need to be able to inspect the objects I am using.  Right now I'm just guessing at their contents and testing by triggering the step in the scenario and looking at the logs.  Not a very efficient way to go.

1 Comment

Hi @Jason,

Good question... I don't have an answer. I've done the same thing you describe which is to print debugging information and check the logs.  I haven't found that to be too too painful but yes it certainly would be great if there were an easier/quicker way.

Marlan

 

 

 

Hi @Jason,

Good question... I don't have an answer. I've done the same thing you describe which is to print debugging information and check the logs.  I haven't found that to be too too painful but yes it certainly would be great if there were an easier/quicker way.

Marlan