Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.99 KB

0.-try.md

File metadata and controls

50 lines (41 loc) · 1.99 KB

Try isort from your browser!

Use our live isort editor to see how isort can help improve the formatting of your Python imports.

!!! important - "Safe to use. No code is transmitted." The below live isort tester doesn't transmit any of the code you paste to our server or anyone else's. Instead, this page runs a complete Python3 installation with isort installed entirely within your browser. To accomplish this, it utilizes the pyodide project.

<script type="text/javascript"> // set the pyodide files URL (packages.json, pyodide.asm.data etc) window.languagePluginUrl = 'https://cdn.jsdelivr.net/pyodide/v0.15.0/full/'; </script> <script src="https://cdn.jsdelivr.net/pyodide/v0.15.0/full/pyodide.js" integrity="sha256-W+0Mr+EvJb1qJx9UZ9wuvd/uWrXCzeaEu6OzEEHMCik=" crossorigin="anonymous"></script> <script src="https://pagecdn.io/lib/ace/1.4.5/ace.js" integrity="sha256-5Xkhn3k/1rbXB+Q/DX/2RuAtaB4dRRyQvMs83prFjpM=" crossorigin="anonymous"></script>
from future import braces import b import b import os import a from future import braces import b import a import b, a
Loading...

 Configuration (Note: the below must follow JSON format). Full configuration guide is here:

{"line_length": 80, "profile": "black", "atomic": true }
<script src="https://pycqa.github.io/isort/docs/quick_start/interactive.js"></script>
Like what you saw? Installing isort to use locally is as simple as `pip3 install isort`.

Click here for full installation instructions.