CS F433, April 2023
Follow these steps to make the code work on your locale system :-
- Download the code as ipynb file.
- The code is divided in two sections. One being Chapter 1, the Hodgkin Huxley modal simulation. Chapter 2 being adding noise to the system.
- Open google colab and copy & paste or import the downloaded ipynb file in the google colab.
- NEURON is needed for the system to function, so we install NEURON software in the system.
- Run the first cell to install all the important libraries including the NEURON software libraries.
- Now run the code, cell by cell(for a particular section), to find the results mentioned in the REPORT, starting with
INIT
. - When moving to the next section, disconnect and delete run time. Re-run the
INIT
section, then move to the desired section to run the code. - In case of errors, disconnect and run import cell again. And then run the desired code.