1

Create a Workspace

Create a workspace and open the Editor.

2

Implement Data Processing in Python

Implement data formatting, data analysis execution, and chart creation in Python. You can also use SQL if necessary.

src/python/data.py
import pandas as pd

@morph.func
def main():
  df = pd.read_csv('data.csv')
  return df

3

Edit the MDX File

Add descriptions and components to the MDX file to complete the app.

4

Use the App in the Page Tab or Viewer Mode

You can use the app in the “Page” tab or Viewer mode in the Editor screen.

※ To reflect in Viewer mode, you need to deploy from the following screen.

Deploy