File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,27 +70,6 @@ trackio.show()
7070</hfoption >
7171</hfoptions >
7272
73- You can also point Trackio at a custom frontend:
74-
75- <hfoptions id =" language " >
76- <hfoption id =" Shell " >
77-
78- ``` sh
79- trackio show --frontend ./my-trackio-frontend
80- ```
81-
82- </hfoption >
83- <hfoption id =" Python " >
84-
85- ``` py
86- import trackio
87-
88- trackio.show(frontend_dir = " ./my-trackio-frontend" )
89- ```
90-
91- </hfoption >
92- </hfoptions >
93-
9473You can also provide an optional ` project ` name as the argument to load a specific project directly:
9574
9675<hfoptions id =" language " >
@@ -143,11 +122,7 @@ trackio sync --project "my-project" --space-id "username/space_id"
143122<hfoption id =" Python " >
144123
145124``` py
146- trackio.sync(
147- project = " my-project" ,
148- space_id = " username/space_id" ,
149- frontend_dir = " ./my-trackio-frontend" ,
150- )
125+ trackio.sync(project = " my-project" , space_id = " username/space_id" )
151126```
152127
153128</hfoption >
You can’t perform that action at this time.
0 commit comments