From 0b8d80c4fc79e60900452684bd255df3a1e162ce Mon Sep 17 00:00:00 2001 From: Maciej Majewski Date: Fri, 4 Feb 2022 12:34:16 +0100 Subject: [PATCH] added warning to the tutorial --- tutorial/Chignolin_Coarse-Grained_Tutorial.ipynb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tutorial/Chignolin_Coarse-Grained_Tutorial.ipynb b/tutorial/Chignolin_Coarse-Grained_Tutorial.ipynb index 4f118ac..41e3421 100644 --- a/tutorial/Chignolin_Coarse-Grained_Tutorial.ipynb +++ b/tutorial/Chignolin_Coarse-Grained_Tutorial.ipynb @@ -1,5 +1,19 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WARNING\n", + "\n", + "#### This Tutorial and the files provided with it are compatible with TORCHMD-NET-LEGACY repo:\n", + "\n", + "https://github.com/torchmd/torchmd-net-legacy\n", + "\n", + "\n", + "#### A new version of TORCHMD-NET tutoral will be relesed soon" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -979,7 +993,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.6.13" } }, "nbformat": 4,