mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
rebase
This commit is contained in:
parent
79ba25b56d
commit
5c0f5d77aa
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ public class PythonInterpreterMatplotlibTest {
|
|||
interpreters.add(python);
|
||||
intpGroup.put("note", interpreters);
|
||||
|
||||
context = new InterpreterContext("note", "id", "title", "text", new AuthenticationInfo(),
|
||||
context = new InterpreterContext("note", "id", null, "title", "text", new AuthenticationInfo(),
|
||||
new HashMap<String, Object>(), new GUI(),
|
||||
new AngularObjectRegistry(intpGroup.getId(), null), null,
|
||||
new LinkedList<InterpreterContextRunner>(), new InterpreterOutput(
|
||||
|
|
|
|||
Loading…
Reference in a new issue