Skip to content

Commit d4857a5

Browse files
committed
update organization
1 parent 340bd18 commit d4857a5

File tree

6 files changed

+35
-19
lines changed

6 files changed

+35
-19
lines changed
Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
1-
# Using SwanLab as a Team
1+
# Using SwanLab in Teams
22

3-
:::warning
3+
## Creating an Organization
44

5-
Organization creation is now fully open, with a maximum of 15 people per organization.
5+
In the top-left corner of the homepage, click the "Create Organization" button. Fill in the organization name, organization ID, and other relevant information to complete the creation of the organization.
66

7-
:::
7+
<div align="center">
8+
<img src="/assets/organization-create.jpg" width="400">
9+
</div>
810

9-
## Create an organization
11+
## Inviting Members
1012

11-
At the bottom left of the homepage, click the "Create a new organization" button and fill in the organization name to complete the organization creation.
13+
<div align="center">
14+
<img src="./organization/invite.png">
15+
</div>
1216

17+
Under the organization space, navigate to "Settings" -> "General." In the "Members" section, click the "Invite Members" button and share the invitation link with the members you want to join the organization.
1318

1419
<div align="center">
15-
<img src="/assets/organization-create.jpg" width="400">
20+
<img src="./organization/join.png">
1621
</div>
1722

18-
## Upload experiments to the organization space
23+
Members can click the invitation link and submit their application. Once approved by the administrator, they will successfully join the organization.
24+
25+
## Uploading Experiments to the Organization Space
1926

20-
By default, your project will be uploaded to your personal space.
21-
To upload to the organization space, set the `workspace` parameter of `swanlab.init` to the organization's name (not the organization's nickname).
27+
By default (i.e., without setting the `workspace` parameter), your project will be uploaded to your personal space.
28+
To upload it to the organization space, set the `workspace` parameter in `swanlab.init` to the organization's username (not the organization's nickname).
2229

2330
```python
2431
import swanlab
2532

2633
swanlab.init(
27-
workspace="[organization name]"
34+
workspace="[organization username]"
2835
)
2936
```
3037

31-
If multiple people in an organization want to collaborate on a project, simply set the `project` parameter of `swanlab.init` to the same one.
38+
If multiple members of the organization want to collaborate on the same project, simply set the `project` parameter in `swanlab.init` to the same value for all collaborators.
242 KB
Loading
183 KB
Loading

zh/guide_cloud/general/organization.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
# 团队使用SwanLab
22

3-
:::warning
3+
## 创建组织
44

5-
组织创建已全面开放,每个组织上限为15人
5+
在主页的左上方,点击“创建组织”按钮,填写组织名、组织ID等信息,即可完成组织创建
66

7-
:::
7+
<div align="center">
8+
<img src="/assets/organization-create.jpg" width="400">
9+
</div>
810

9-
## 创建组织
11+
## 邀请成员
1012

11-
在主页的左上方,点击“创建组织”按钮,填写组织名,即可完成组织创建。
13+
<div align="center">
14+
<img src="./organization/invite.png">
15+
</div>
16+
17+
在组织空间下,点击「设置」-「常规」,在「成员」栏下,点击「邀请成员」按钮,将邀请链接分享给要加入组织的成员。
1218

1319
<div align="center">
14-
<img src="/assets/organization-create.jpg" width="400">
20+
<img src="./organization/join.png">
1521
</div>
1622

23+
成员点击邀请链接,提交申请后,经管理员审核通过,即可完成加入。
24+
25+
1726
## 将实验上传到组织空间
1827

19-
在默认情况下,你的项目会被上传到个人空间下。
28+
在默认情况下(即不设置`workspace`参数),你的项目会被上传到个人空间下。
2029
想要上传到组织空间下,则将`swanlab.init``workspace`参数设置为组织的组织名(不是组织昵称)即可。
2130

2231
```python
242 KB
Loading
183 KB
Loading

0 commit comments

Comments
 (0)