Skip to content

Commit bc28f63

Browse files
authored
Merge pull request #82 from ITC-CRIB/jupyterlab3
Update Readme new version
2 parents ab8fa95 + 3e1ceb9 commit bc28f63

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,12 @@ To install the extension, execute:
2222
pip install jupyter_fairly
2323
```
2424

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.
28+
29+
<img src="./img/fairly_menu.png" alt="Fairly Menu" width="450"/>
30+
4531

4632
## Uninstall
4733

img/fairly_menu.png

55.1 KB
Loading

0 commit comments

Comments
 (0)