{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Custom models\n", "\n", "\n", "\n", "**With great power comes great responsibility!** - Uncle Ben\n", "\n", "In the following tutorial, we’ll explore how to modify neuron models created by\n", "Dendrify to generate custom models. Specifically:\n", "\n", "* First, we’ll create a simple 2-compartment neuron with adaptation using\n", "Dendrify, which will serve as our \"control\" model.\n", "\n", "* Next, we’ll attempt to replicate this model using only custom equations and\n", "parameters.\n", "\n", "