You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,26 +22,12 @@ To install the extension, execute:
22
22
pip install jupyter_fairly
23
23
```
24
24
25
-
To configure the extension
26
-
27
-
1. Create a `config.json` and store it in `~/.fairly`.
28
-
2. Copy the example below to `config.json`. You must add the tokens for your repository accounts
29
-
30
-
```json
31
-
{
32
-
"fairly": {
33
-
"orcid_client_id":"APP-IELS3LR4OCLHLELC",
34
-
"orcid_clien_secret": "",
35
-
"orcid_token": ""
36
-
},
37
-
"4tu": {
38
-
"token": "<your-token>"
39
-
},
40
-
"zenodo": {
41
-
"token":"<your-token>"
42
-
}
43
-
}
44
-
```
25
+
Configurations are stored in `.fairly/config.json` in the user's home directory. This is where the extension stores access tokens for data repositories.
26
+
27
+
To add an access tokens, use the **Fairly** menu in the JupyterLab main menu bar.
0 commit comments