Custom Python modules for handling electrophysiology data produced by the Cang Lab at UVA.
pip install https://github.com/Elsayedaa/EphysToolkit/archive/refs/heads/main.zip
- 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
pip install jupyterlab
python -m ipykernel install --user --name ephystoolkit --display-name "Python (ephystoolkit)"
pip install https://github.com/Elsayedaa/EphysToolkit/archive/refs/heads/main.zip
pip install matplotlib seaborn
- Make sure to download these to the same folder and extract the data zip file into the same folder:
- Demo notebook (GitHub link)
- Dataset (Figshare link)
- 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