Ruslan Dautkhanov created ZEPPELIN-3873: -------------------------------------------
Summary: copyResourceToPythonWorkDir("python/mpl_config.py", "mpl_config.py") for IPythonInterpreter Key: ZEPPELIN-3873 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3873 Project: Zeppelin Issue Type: Bug Affects Versions: 0.8.0 Reporter: Ruslan Dautkhanov This example is broken in the new IPythonInterpreter [https://zeppelin.apache.org/docs/latest/interpreter/spark.html#matplotlib-integration-pyspark] getting no module named 'mpl_config' mpl_config is part of core Zeppelin The old Python Interpreter was copying it manually here [https://github.com/apache/zeppelin/blob/0d746fa2e2787a661db70d74035120ae3516ace3/python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java#L179] New IPythonInterpeter doesn't do this. -- This message was sent by Atlassian JIRA (v7.6.3#76005)