Skip to content

Commit

Permalink
Added Pluto to the example notebook list and added a comment about an…
Browse files Browse the repository at this point in the history
… alternative to a notebooks folder.
  • Loading branch information
jschepers authored Jan 9, 2023
1 parent 02c8d33 commit 5756094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
├── plots <- All exported plots go here, best in date folders
|
├── notebooks <- Jupyter, Weave or any other mixed media notebooks.
├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.[^1]
├── scripts <- Various scripts, e.g. simulations, plotting, analysis,
│ │ The scripts use the `src` folder for their base code.
Expand All @@ -57,3 +57,5 @@
└── (Requirements.txt)<- in case of python project - can also be an anaconda file, MakeFile etc.
```

[^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 comments on commit 5756094

Please sign in to comment.