-
Re: Project duplication mode - UI vs. API
Hi @Marlan , Here's the complete list of duplication modes: DSS UIDSS APIFlow onlyNONEUploaded filesUPLOADS_ONLYRequired inputsMINIMALFull duplicationFULLInput sharingSHARING For reference, I determi…1 · -
Re: Specifying a location when exporting a project, using DSS python REST API
Hi @harpreet96 and @ArvinUbhi , The export_to_file() allows you to specify a full filepath, such as /my/dir/project.zip The following example will export your projects to the directory specified by t…1 · -
Re: Export Jupyter notebook in a scenario step
Hi @Sidiya , You can obtain the name of the notebook similarly to method 2 that I described in my previous post. You'll want to use the following code for the custom variable: import json# Compute yo…2 · -
Re: Output a notebook from a custom recipe
Hi @weaam7 , Thank you for providing additional information. Code recipes don’t support setting a notebook as the output, but instead, you can add a custom macro to your plugin. The macro you create …2 · -
Re: Extract script information in recipe to excel
Hi @vinayshankar , Unfortunately, there isn't a way to directly export recipe information, but there are a few ways that you can find information about multiple recipes at once: * You can change the …1 ·