mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix indent in bootstrap.py
This commit is contained in:
parent
aded8681bb
commit
0a7a9d7b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ class PyZeppelinContext(object):
|
|||
try:
|
||||
matplotlib.use('module://backend_zinline')
|
||||
import backend_zinline
|
||||
|
||||
|
||||
# Everything looks good so make config assuming that we are using
|
||||
# an inline backend
|
||||
self._displayhook = backend_zinline.displayhook
|
||||
|
|
|
|||
Loading…
Reference in a new issue