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-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,13 @@ This repository is a collection of useful [Python notebooks](https://jupyter.org
7
7
# Notebook Name
8
8
Description
9
9
10
-
---
11
-
## NB Section
12
-
[Optional] Description
13
-
14
-
`code`
15
-
...
10
+
... (code, markdown, etc.)
16
11
```
17
12
18
13
## Adding Notebooks
19
-
Simply copy the `.ipynb` files to `notebooks/library`. It's highly recommended to run the `cataloguer.sh` and `redactor.sh` scripts to assure that the file names are standardized and the outputs are removed (to avoid data leak).
14
+
1. Copy the `.ipynb` files to `notebooks/library`
15
+
2. Run the `cataloguer.sh` script to normalize the file names
16
+
3. Run the `redactor.sh` script to remove outputs and avoid data leakage
20
17
21
18
## License
22
19
Distributed under the MIT License. See `LICENSE` for more information.
0 commit comments