Skip to content

Commit 8045879

Browse files
committed
add extras_require nwb install option to docs
1 parent 9d03350 commit 8045879

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

docs/src/concepts.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,15 @@ Without Borders (NWB) files. This makes it easy to share files with collaborator
189189
publish results on [DANDI Archive](https://dandiarchive.org/).
190190
[NWB](https://www.nwb.org/), as an organization, is dedicated to standardizing data
191191
formats and maximizing interoperability across tools for neurophysiology. For more
192-
information on uploading NWB files to DANDI within the DataJoint Elements ecosystem,
193-
visit our documentation for the DANDI upload feature of [Element Array
194-
Electrophysiology](datajoint.com/docs/elements/element-array-ephys/).
192+
information on uploading NWB files to DANDI within the DataJoint Elements ecosystem see
193+
the corresponding notebook on the [tutorials page](./tutorials/index.md).
194+
195+
To use the export functionality with additional related dependencies, install the
196+
Element with the `nwb` option as follows:
197+
198+
```console
199+
pip install element-array-ephys[nwb]
200+
```
195201

196202
## Roadmap
197203

element_array_ephys/export/nwb/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Exporting data to NWB
22

3+
To use the export functionality, install the Element with the `nwb` option as follows:
4+
5+
```console
6+
pip install element-array-ephys[nwb]
7+
```
8+
39
The `export/nwb/nwb.py` module maps from the element-array-ephys data structure to NWB.
410
The main function is `ecephys_session_to_nwb`, which contains flags to control calling
511
the following functions, which can be called independently:

0 commit comments

Comments
 (0)