create a notebook asset in watson studio using python

43 Views Asked by At

I want to take a .ipynb that I downloaded from github (e.g. using "!git clone -b main --single-branch https://github.com/Max-Jesch/watson-pipeline-test.git") to create a notebook asset in watson studio so I can run it using Watson pipelines

The documentation only describes how I can add assets with 'asset_type': 'data_asset'. What I need to do is create an asset with 'asset_type': 'notebook'. Is there any way to do this

0

There are 0 best solutions below