Skip to content

Commit

Permalink
isort nbextension now works
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Aug 30, 2020
1 parent eb782c1 commit 094c04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 094c04c

@basnijholt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! 🎉

Please sign in to comment.