https://github.com/comp-neural-circuits/adaptation-of-drosophila-larva-foraging
Raw File
Tip revision: d501cd1f0df3df2fda0f286d58e98ee0f72b4898 authored by Dylan Festa on 16 December 2022, 13:50:38 UTC
Added script to plot single larvea paths
Tip revision: d501cd1
env_wosniack2022.yml
name: wosniack2022
channels:
  - conda-forge
  - defaults
dependencies:
  - scipy
  - statsmodels
  - python=3.9
  - numpy
  - seaborn
  - pandas
  - matplotlib
  - rdp
  - ipykernel
  - regex
  - openpyxl
  - pywget
  - jupyterlab
  - jupyter
  - jupytext
prefix: /home/festad/anaconda3/envs/wosniack2022
back to top