Skip to content

Commit 8efea6b

Browse files
committed
update readme with new package name
1 parent 238e99f commit 8efea6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
33

44
## Set up Dev Environment
55

@@ -26,12 +26,12 @@
2626
}
2727
}
2828
```
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
3030
```shell
3131
# Link your development version of the extension with JupyterLab
3232
jupyter labextension develop . --overwrite
3333
# Enable the server extension
34-
jupyter server extension enable jupyterfair
34+
jupyter server extension enable jupyter-fairly
3535
# Rebuild extension Typescript source after making changes
3636
jlpm run build
3737
```

0 commit comments

Comments
 (0)