From 0deb5b2af4656194fed045a46c37a4d3f045f7d3 Mon Sep 17 00:00:00 2001 From: tdpetrou Date: Thu, 21 May 2020 10:00:04 -0400 Subject: [PATCH] make extra_arguments configurable --- nbclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbclient/client.py b/nbclient/client.py index 8420f074..5f148f06 100644 --- a/nbclient/client.py +++ b/nbclient/client.py @@ -133,7 +133,7 @@ class NotebookClient(LoggingConfigurable): ), ).tag(config=True) - extra_arguments = List(Unicode()) + extra_arguments = List(Unicode()).tag(config=True) kernel_name = Unicode( '',