Skip to content

Commit 10956c6

Browse files
authored
Merge pull request #66 from tdpetrou/master
make extra_arguments configurable
2 parents a32d6ba + 0deb5b2 commit 10956c6

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)