{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Replacing parameters in Interchange\n",
"\n",
"▼ Click here for dependency installation instructions
\n",
" The simplest way to install dependencies is to use the Interchange examples environment. From the root of the cloned openff-interchange repository:\n",
" \n",
" conda env create --name interchange-examples --file devtools/conda-envs/examples_env.yaml\n",
" conda activate interchange-examples\n",
" pip install -e .\n",
" cd examples/parameter_replacement\n",
" jupyter notebook parameter_replacement.ipynb\n",
" \n",
"