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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# JupyterFAIR
2
-
A jupyterLab extension for seamless integration of Jupyter-based research environments and research data repositories.
1
+
# Jupyter Fairly
2
+
A jupyterLab extension for the [fairly](https://github.com/ITC-CRIB/fairly) package, and the seamless integration of Jupyter-based research environments and research data repositories.
3
3
4
4
## Set up Dev Environment
5
5
@@ -26,12 +26,12 @@
26
26
}
27
27
}
28
28
```
29
-
6. Go to `jupyterfair` directory, and install, activate and build extension
29
+
6. Go to `jupyter_fairly` directory, and install, activate and build extension
30
30
```shell
31
31
# Link your development version of the extension with JupyterLab
32
32
jupyter labextension develop . --overwrite
33
33
# Enable the server extension
34
-
jupyter server extension enablejupyterfair
34
+
jupyter server extension enablejupyter-fairly
35
35
# Rebuild extension Typescript source after making changes
0 commit comments