-
Re: Share a dataset using python api
Hi @skandagn , In this post Shared Datasets in Dataiku is an example that shows how to share a dataset programmatically using the method called add_exposed_objects.1 · -
Re: Dataiku compatibility with pystan
Hi @amith_yadav , * Can you give more details about the issues that you are facing? * Are you getting any error messages? * Which pystan version did you install in the code env? As mentioned in the d…1 · -
Re: Could not create python env after upgrading to Dataiku v11.2.1
Hi @Joshuazzx , The error "RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.9'" indicates that python 3.9 is not installed or is not available in the PA…1 · -
Re: issue while creating webApp
Hi @saurabh , The error message “Empty server.R script” indicates that you don’t have any code in the “Server” tab. Can you please add the code from the tutorial Hands-On Tutorial: Shiny Webapp - Def…1 · -
Re: Reading Data from another project in jupiter notebooks
Hi @SharonNasimiyu , To read the data from another project you can use below code in a Jupiter notebook: import dataikuproject_key="TEST_PROJECT"dataset_name="input"client = datai…3 ·