From 094c04c2df47a84cd616278b7bb398b4f88c9c35 Mon Sep 17 00:00:00 2001 From: Craig Barratt <19445341+craigbarratt@users.noreply.github.com> Date: Sun, 30 Aug 2020 16:53:18 -0700 Subject: [PATCH] isort nbextension now works --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad6a5c4..f7a8914 100644 --- a/README.md +++ b/README.md @@ -145,10 +145,10 @@ about using it. For Jupyter notebook: * Jupyter notebook supports a wide range of extensions, call nbextensions. Some of these might not -work correctly with pyscript's kernel. The black nbextension does work, but isort does not (although -it should soon). If you are having problems with notebooks running on the pyscript kernel, try -disabling nbextensions. Please report nbextentions that you think are useful but don't work with -pyscript's kernel and we'll look at supporting them. +work correctly with pyscript's kernel. The black and isort nbextensions do work. If you are having +problems with notebooks running on the pyscript kernel, try disabling other nbextensions. Please +report nbextentions that you think are useful but don't work with pyscript's kernel and we'll +look at supporting them. For Jupyter console: * Jupyter console allows multi-line input (eg, a function definition) and delays excution by the