Skip to content

Commit

Permalink
Merge pull request #36 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
Update tutorials #1 and #2
  • Loading branch information
kushalbakshi authored Oct 12, 2023
2 parents 50761f6 + 6e12708 commit 90481f1
Show file tree
Hide file tree
Showing 6 changed files with 650 additions and 68 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4 - 2023-10-11

+ Update - Markdown explanations within notebooks `01` and `02`

## 0.1.3 - 2023-09-14

+ Add - GitHub Actions to build Docker image and push to DockerHub
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Welcome to DataJoint tutorials!

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

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/).
This document will guide you through interactive tutorials written in
[Python](https://www.python.org/) and organized in [Jupyter
notebooks](https://jupyter-notebook.readthedocs.io/en/stable/).

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


## Table of contents
- 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!
- 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!
- 01-DataJoint Basics
- 02-Calcium Imaging Imported Tables
- 03-Calcium Imaging Computed Tables
- 04-Electrophysiology Imported Tables
- 05-Electrophysiology Computed Tables

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

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

0 comments on commit 90481f1

Please sign in to comment.