-
Re: is there a way to check if python code is ran in a recipe vs notebook?
You can use a built-in function to check if you are running the code in the notebook or in the recipe: dataiku.in_ipython()1 · -
Re: "importLibrariesFromProject" in the "external-libraries.json" file not working
I came across the same issue with troubles importing code from another project. In the notebook, you should always "FORCE RELOAD" the server in order to make the shared code visible. Just r…1 ·