Skip to content

Commit 90481f1

Browse files
authored
Merge pull request #36 from MilagrosMarin/main
Update tutorials #1 and #2
2 parents 50761f6 + 6e12708 commit 90481f1

File tree

6 files changed

+650
-68
lines changed

6 files changed

+650
-68
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4 - 2023-10-11
4+
5+
+ Update - Markdown explanations within notebooks `01` and `02`
6+
37
## 0.1.3 - 2023-09-14
48

59
+ Add - GitHub Actions to build Docker image and push to DockerHub

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
# Welcome to DataJoint tutorials!
22

3-
DataJoint is an open-source library for science labs to design and build data pipelines for automated data analysis and sharing.
3+
DataJoint is an open-source library for scientific research labs to design and build
4+
data pipelines for automated data analysis and sharing.
45

5-
This document will guide you as a new DataJoint user through interactive tutorials organized in [Jupyter notebooks](https://jupyter-notebook.readthedocs.io/en/stable/) and written in [Python](https://www.python.org/).
6+
This document will guide you through interactive tutorials written in
7+
[Python](https://www.python.org/) and organized in [Jupyter
8+
notebooks](https://jupyter-notebook.readthedocs.io/en/stable/).
69

710
*Please note that these hands-on DataJoint tutorials are friendly to non-expert users, and advanced programming skills are not required.*
811

912

1013
## Table of contents
11-
- In the [tutorials](./tutorials) folder are interactive Jupyter notebooks to learn DataJoint. The calcium imaging and electrophysiology tutorials provide examples of defining and interacting with data pipelines. In addition, some fill-in-the-blank sections are included for you to code yourself!
14+
- The [tutorials](./tutorials) folder contains interactive Jupyter notebooks designed to teach DataJoint. The calcium imaging and electrophysiology tutorials provide examples of defining and interacting with data pipelines. In addition, some fill-in-the-blank sections are included for you to code yourself!
1215
- 01-DataJoint Basics
1316
- 02-Calcium Imaging Imported Tables
1417
- 03-Calcium Imaging Computed Tables
1518
- 04-Electrophysiology Imported Tables
1619
- 05-Electrophysiology Computed Tables
1720

18-
- In the [completed_tutorials](./completed_tutorials) folder are Jupyter notebooks with the code sections completed and solved.
21+
- The [completed_tutorials](./completed_tutorials) folder contains Jupyter notebooks with all code sections completed and solved.
1922

2023
- You will find the following notebooks in the [short_tutorials](./short_tutorials) folder:
2124
- DataJoint in 30min

0 commit comments

Comments
 (0)