napkin icon indicating copy to clipboard operation
napkin copied to clipboard

Python as DSL for writing PlantUML sequence diagrams

Results 2 napkin issues
Sort by recently updated
recently updated
newest added

`AttributeError: 'NoneType' object has no attribute '__click_params__'` from this hello world example: ``` import click import napkin @click.command() @click.option( "--cache_dir", "-cd", type=click.Path( exists=True, file_okay=False, dir_okay=True, path_type=str, writable=True ), ) @napkin.seq_diagram()...

Has anyone tried napkin in a notebook? Not sure if it needs special integration code, or maybe some convenience additions…