From 187d49c43bff76a87549fbd1c79aa4b31697892a Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Sat, 28 Oct 2023 11:51:14 -0400 Subject: [PATCH] WIP --- docs/tutorials/design-with-safe.ipynb | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docs/tutorials/design-with-safe.ipynb b/docs/tutorials/design-with-safe.ipynb index f99e7d3..e6a70ee 100644 --- a/docs/tutorials/design-with-safe.ipynb +++ b/docs/tutorials/design-with-safe.ipynb @@ -215,28 +215,6 @@ "dm.to_image(candidate_mol)\n" ] }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "\n", - "\n", - "# # this is for substructure\n", - "#\n", - "\n", - "# # this is for scaffold morphing\n", - "#\n", - "\n", - "# # this is for motif extension\n", - "# motif = \"[*]-N1CCCCC1\"\n", - "\n", - "# # this is for linker generation\n", - "#\n" - ] - }, { "cell_type": "markdown", "metadata": {},