Skip to content

afmontarras/IonChannels_CSHL

Repository files navigation

Ion Channels Course - CSHL

Python material for the Cold Spring Harbor Laboratory Ion Channel and Neural Circuits Summer School.

Installation

Clone git repo to your computer

cd <path where you want to store the CSHL folder>
git clone https://github.com/afmontarras/IonChannels_CSHL.git

Environment Manager

You need to install an environment manager of your choice:

Create your CSHL environment

Write in your terminal:

cd <path to CSHL directory>
conda update conda
conda env create --name CSHL --file CSHL.yml

This will create a CSHL python environment based on the CSHL.yml file present in the CSHL folder. It contains every package you need to start working with th notebooks. You need to activate the environment to work with it: conda activate CSHL.

Launch jupyter lab

conda activate CSHL
jupyter lab

Update actions :

- CSHL git repo

cd <path to CSHL directory>
git pull

- CSHL environment

You need to be on the base environment (easiest way is to open a new terminal):

conda env update --name CSHL --file CSHL.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •