From b220882659a10d8e7dc584b925ccc432f4fa26b9 Mon Sep 17 00:00:00 2001 From: Mahmoud Soliman Date: Sun, 12 Sep 2021 14:20:39 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d27c1dd..5f75e67 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ See this notebook ## 🔪 Sharp edges 🔪: - If the missing python package contains a requirement that is not listed in its own requirements.txt and is being used your file will fail anyway. - If you import superimport twice in the same process (a common usecase is ipython kernels), the second time will not work because of the way python [loads modules](https://docs.python.org/3/reference/import.html) , you would need a something like [deimport](https://github.com/probml/deimport) to deimport the package before being able to import superimport to the desired effect again. +- If you run superimport in ipython, please use [deimport](https://github.com/probml/deimport/) to deimport superimport and use `%run -n` if you use `%run`