Commit eb896b21 authored by Klaus Wölfel's avatar Klaus Wölfel

jupyter: store parameters for notebook in notebook context

parent 6394ffbf
......@@ -46,13 +46,15 @@
<key> <string>text_content_warning_message</string> </key>
<value>
<tuple>
<string>W:312, 10: Use of exec (exec-used)</string>
<string>W:355, 10: Use of exec (exec-used)</string>
<string>W:368, 10: Use of exec (exec-used)</string>
<string>W:453, 6: No exception type(s) specified (bare-except)</string>
<string>W:706, 6: Use of exec (exec-used)</string>
<string>W:932, 2: Redefining name \'IFrame\' from outer scope (line 4) (redefined-outer-name)</string>
<string>W: 18, 0: Unused log imported from Products.ERP5Type.Log (unused-import)</string>
<string>W:432, 10: Use of exec (exec-used)</string>
<string>W:478, 10: Use of exec (exec-used)</string>
<string>W:493, 10: Use of exec (exec-used)</string>
<string>W:286, 2: Unused variable \'globals_dict\' (unused-variable)</string>
<string>W:583, 4: No exception type(s) specified (bare-except)</string>
<string>W:591, 6: No exception type(s) specified (bare-except)</string>
<string>W:901, 6: Use of exec (exec-used)</string>
<string>W:1007, 0: Dangerous default value {} as argument (dangerous-default-value)</string>
<string>W:1138, 2: Redefining name \'IFrame\' from outer scope (line 4) (redefined-outer-name)</string>
</tuple>
</value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment