No project description provided
Project description
graphviznb
Render DOT language graphs in notebooks without installing graphviz
Installation
To install the package, run the following command in your environment:
pip install graphviznb
or with uv:
uv pip install graphviznb
Getting Started
In your notebook, run the following command:
import graphviznb
w = graphviznb.Widget()
w.source = """
digraph {
Hello -> World
Hello -> Name
}
"""
w
Render it in a Jupyter notebook
Render it in a JupyterLite notebook
Render it in a marimo notebook or a marimo WebAssembly (WASM) notebook
Here is a basic example of a marimo WebAssembly (WASM) notebook.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
graphviznb-0.0.2.tar.gz
(2.6 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 graphviznb-0.0.2.tar.gz.
File metadata
- Download URL: graphviznb-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67f88ec05409d9ba6e665d2476391fb9f6c87cd905761a60d1dca521fd000edc
|
|
| MD5 |
658ad97e3792f6a062ffba715074d56d
|
|
| BLAKE2b-256 |
1f512304c94b6ae424551c6f00c8cd34c60c75941f5e72a13a7e8fd0f59983d7
|
File details
Details for the file graphviznb-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: graphviznb-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf1cc2d5afbac3d6c81e5e6d9234f6499514c64019677a8c853e78457dc72e7
|
|
| MD5 |
4cd0432f8916fff1a7b7a8b6a090979c
|
|
| BLAKE2b-256 |
60ef324852c0f25399205e5c8607fafba8cb5f7b012cd2e900c6fa384fc4ca77
|