Un magic %%flowchart para generar diagramas de flujo en Google Colab.
Project description
colab-flowchart
Una librería para Google Colab que permite generar diagramas de flujo con el magic %%flowchart.
Instalación
pip install colab-flowchart
Uso
from flowchart_magic import flowchart
# Habilita el magic
%load_ext flowchart_magic.flowchart_magic
%%flowchart
def ejemplo():
x = 10
if x > 5:
print("x es mayor que 5")
else:
print("x no es mayor que 5")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flowchart_magic-0.1.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flowchart_magic-0.1.0.tar.gz.
File metadata
- Download URL: flowchart_magic-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba8c864e695048a6ffdab00f9d782f92a8aceb19c68ad4e5c3c4407099d26d87
|
|
| MD5 |
95e753ff41527cbd8f34afa8cbd8a293
|
|
| BLAKE2b-256 |
bf4ccb0d909126693978459797f8d423ed1e96b02ed9361f4baf7e14f5ada047
|
File details
Details for the file flowchart_magic-0.1.0-py3-none-any.whl.
File metadata
- Download URL: flowchart_magic-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff785d6880a58a5b08f2253ca0a3ddfa387146567fdc883a43869f27c4c31960
|
|
| MD5 |
c8ac2db52b66788a0d11e384bd9ba4b7
|
|
| BLAKE2b-256 |
8f4c0c84e311014f4fbf4928ce90d767c7150fcfed8830d0ce799604d221c9a4
|