From 07d683bc8437970a80cb6598d15af4ba25333992 Mon Sep 17 00:00:00 2001 From: ivanp1994 <84333373+ivanp1994@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:38:45 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 073c0dc..e70c6cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Cell-cycle-ML -See everything in the only python notebook I have +This python notebook is made with the purpose of trying to find a new way to evaluate a compound's (a molecule) effect on cell cycle. + +This notebook makes extensive use of IPython widgets to provide interactivity, and for full experience, I recommend downloading (or "cloning") it. +One requiremend for our code is [autograd](https://github.com/HIPS/autograd) library. Another may be Jupyter Lab 3.0. or anything that enables IPython widgets. -Requirements: -autograd module -Jupyter Lab 3.0. for IPython widgets