Skip to content

Commit 79895a4

Browse files
committed
Add collapsible sections
1 parent 800a8a5 commit 79895a4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ pip3 install --upgrade datajoint
3030
* https://codebook.datajoint.io -- interactive online tutorials
3131

3232
## Python Native Blobs
33+
<details>
34+
<summary>Click to expand details</summary>
3335

3436
DataJoint 0.12 adds full support for all native python data types in blobs: tuples, lists, sets, dicts, strings, bytes, `None`, and all their recursive combinations.
3537
The new blobs are a superset of the old functionality and are fully backward compatible.
@@ -99,9 +101,11 @@ the situation, but generally the following strategies may apply:
99101
As always, be sure that your data is safely backed up before modifying any
100102
important DataJoint schema or records.
101103

104+
</details>
102105

103106
## Running Tests Locally
104-
107+
<details>
108+
<summary>Click to expand details</summary>
105109

106110
* Create an `.env` with desired development environment values e.g.
107111
``` sh
@@ -136,9 +140,9 @@ GID=1000
136140
* Add entry in `/etc/hosts` for `127.0.0.1 fakeservices.datajoint.io`
137141

138142

139-
140-
141143
### Launch Jupyter Notebook for Interactive Use
142144
* Navigate to `localhost:8888`
143145
* Input Jupyter password
144146
* Launch a notebook i.e. `New > Python 3`
147+
148+
</details>

0 commit comments

Comments
 (0)