Skip to content

Commit 5756094

Browse files
authored
Added Pluto to the example notebook list and added a comment about an alternative to a notebooks folder.
1 parent 02c8d33 commit 5756094

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
├── plots <- All exported plots go here, best in date folders
3636
|
37-
├── notebooks <- Jupyter, Weave or any other mixed media notebooks.
37+
├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.[^1]
3838
3939
├── scripts <- Various scripts, e.g. simulations, plotting, analysis,
4040
│ │ The scripts use the `src` folder for their base code.
@@ -57,3 +57,5 @@
5757
└── (Requirements.txt)<- in case of python project - can also be an anaconda file, MakeFile etc.
5858
5959
```
60+
61+
[^1]: Instead of having a separate *notebooks* folder, you can also delete it and integrate your notebooks in the scripts folder. However, notebooks should always be marked by adding `nb_` in front of the file name.

0 commit comments

Comments
 (0)