Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a487e47

Browse files
committed
clarify unsupported feature in spec
1 parent d695def commit a487e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gridspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ new_col = Column([1,2,3], 'new col name')
4242

4343
# these are equivalent
4444
py.grid_ops.append_columns([new_col], grid_url='https://plot.ly/~chris/3')
45-
py.grid_ops.append_columns([new_col], filename='my file')
45+
py.grid_ops.append_columns([new_col], filename='my file') # Currently unsupported
4646

4747
# this, too:
4848
grid = Grid(Column([1,2,3], 'first column name'))

0 commit comments

Comments
 (0)