Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Isaac Racine 6d8b6c0b55 more analyses and project done 1 周之前
..
data b951a7bc2b Added exercises Sonja Gruen 3 周之前
images b951a7bc2b Added exercises Sonja Gruen 3 周之前
Exercise 0 - Visualizing Spike Trains.ipynb 6d8b6c0b55 more analyses and project done 1 周之前
Exercise 1 - Crosscorrelations.ipynb 6d8b6c0b55 more analyses and project done 1 周之前
Exercise 2 - Unitary Event Analysis.ipynb b951a7bc2b Added exercises Sonja Gruen 3 周之前
Exercise 3 - Higher Order Correlations.ipynb 6d8b6c0b55 more analyses and project done 1 周之前
README.md b951a7bc2b Added exercises Sonja Gruen 3 周之前
environment.yml b951a7bc2b Added exercises Sonja Gruen 3 周之前
utils.py b951a7bc2b Added exercises Sonja Gruen 3 周之前

README.md

spike_train_analysis

Materials for Spike Train Analysis tutorials

Setting up the environment

An environment.yml file is provided to install all dependencies.

Alternative manual installation:

  • > mamba create --name andani_gruen python=3.11 numpy scipy statsmodels matplotlib tqdm ipykernel
  • > conda activate andani_gruen
  • > pip install neo<0.13.4
  • > pip install elephant==1.1.0
  • > pip install viziphant
  • > python -m ipykernel install --user --name andani_gruen
  • If jupyter-lab is not installed:
    • > conda install jupyterlab
  • If jupyter-lab raises ImportError:
    • > conda install chardet

Running the notebooks

  • Make sure that the kernel "andani_gruen" is used to run the notebook.