The quickstart package has a Notebook interface to run it as a demo and in the CDF Notebook environment. This procedure is for developers and data engineers who want to test the quickstart modules that configure Cognite Data Fusion with data pipelines to ingest and contextualize data and set up industrial tools. Prerequisites: Access to a CDF project with permissions to create service accounts and access Jupyter Notebook.Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Run the quickstart package in CDF Notebook
Create a service account and credentials
- Go to
Admin->My organization. - Create a CDF service account. Store the Client ID.
- Click the newly created service account and create new credentials. Store the Client Secret.
Create a new Notebook
- Go to
Data management->Build solutionsand selectJupyter Notebook. - Create a new Notebook.
Install cognite-toolkit
Copy-paste the content below into a cell and execute it.Installing cognite-toolkit in the CDF notebook environment:We uninstall
prompt-toolkit because the Pyodide environment has an issue resolving dependencies. The dependency is reinstalled in a compatible version when you install cognite-toolkit.Set up the configuration and credentials
Set up the configuration and credentials to run the quickstart package: