Skip to content

Commit

Permalink
Merge pull request #66 from tdpetrou/master
Browse files Browse the repository at this point in the history
make extra_arguments configurable
  • Loading branch information
MSeal authored May 21, 2020
2 parents a32d6ba + 0deb5b2 commit 10956c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class NotebookClient(LoggingConfigurable):
),
).tag(config=True)

extra_arguments = List(Unicode())
extra_arguments = List(Unicode()).tag(config=True)

kernel_name = Unicode(
'',
Expand Down

0 comments on commit 10956c6

Please sign in to comment.