Skip to content

Commit 0deb5b2

Browse files
committed
make extra_arguments configurable
1 parent a32d6ba commit 0deb5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class NotebookClient(LoggingConfigurable):
133133
),
134134
).tag(config=True)
135135

136-
extra_arguments = List(Unicode())
136+
extra_arguments = List(Unicode()).tag(config=True)
137137

138138
kernel_name = Unicode(
139139
'',

0 commit comments

Comments
 (0)