Skip to content

Elsayedaa/EphysToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EphysToolkit

Custom Python modules for handling electrophysiology data produced by the Cang Lab at UVA.

Installation

pip install https://github.com/Elsayedaa/EphysToolkit/archive/refs/heads/main.zip

Documentation

EphysToolkit Documentation

To access the demo

1) create anaconda environment

  • If you do not have anaconda installed, click here to download.
  • Run anaconda prompt and paste the following commands
conda create -n ephystoolkit python=3.9
conda activate ephystoolkit

2) Install Jupyter Notebook and register the environment

pip install jupyterlab
python -m ipykernel install --user --name ephystoolkit --display-name "Python (ephystoolkit)"

3) Install EphysToolkit and other dependencies

pip install https://github.com/Elsayedaa/EphysToolkit/archive/refs/heads/main.zip  
pip install matplotlib seaborn

4) Download the demo notebook and sample data (932 mb)

5) Launch the demo

  • Go to the folder where the notebook and the dataset were downloaded
  • Run an anaconda prompt from the folder
  • Run the command:
jupyter notebook 
  • Click the demo notebook

About

Custom Python modules for extracting, transforming and loading electrophysiology data produced by the Cang Lab at UVA.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors