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: jupyter_fairly/README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ for the frontend extension.
9
9
10
10
## Requirements
11
11
12
-
- JupyterLab >= 3.0
13
-
- fairly
12
+
- JupyterLab >= 3.0 < 4
13
+
- fairly >= 0.4.0
14
+
15
+
> This is the last version supported by JupyterLab 3.x.
14
16
15
17
## Install
16
18
@@ -20,7 +22,12 @@ To install the extension, execute:
20
22
pip install jupyter_fairly
21
23
```
22
24
23
-
To run the extension, start JupyterLab. If JupyterLab was running during installation, a *restart is required.*
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.
# Server extension must be manually installed in develop mode
67
74
jupyter server extension enable jupyter_fairly
68
75
# Rebuild extension Typescript source after making changes
69
-
jlpm run build
76
+
jlpm build
70
77
```
71
78
72
79
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
@@ -157,4 +164,3 @@ Project members:
157
164
-[Center of Expertise in Big Geodata Science, University of Twente, Faculty ITC](https://itc.nl/big-geodata/)
158
165
-[Digital Competence Centre, TU Delft](https://dcc.tudelft.nl/)
0 commit comments