Skip to content

How to set the max columns to more than 20? #23

Closed Answered by bluecoconut
nvamsimohan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @nvamsimohan , what you did should work.

It might be the case you have to pass it as a string? eg. os.environ['SKETCH_MAX_COLUMNS'] = '32'

This is used by

max_columns = int(os.environ.get("SKETCH_MAX_COLUMNS", "20"))

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nvamsimohan
Comment options

Answer selected by bluecoconut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants