mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
python interpeter should work when matplotlib is not installed
This commit is contained in:
parent
0a7a9d7b9b
commit
67f2ad5f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class PyZeppelinContext(object):
|
|||
try:
|
||||
import matplotlib
|
||||
except ImportError:
|
||||
pass
|
||||
return
|
||||
# Make sure custom backends are available in the PYTHONPATH
|
||||
rootdir = os.environ.get('ZEPPELIN_HOME', os.getcwd())
|
||||
mpl_path = os.path.join(rootdir, 'interpreter', 'lib', 'python')
|
||||
|
|
|
|||
Loading…
Reference in a new issue