This repository was archived by the owner on May 17, 2022. It is now read-only.
This repository was archived by the owner on May 17, 2022. It is now read-only.
Python 3 Kernel Issue #13
Closed
Description
Hello
I have added a python3 kernel to my jupyter docker image
Is it a way to have sparkmonitor working with both 2.x and 3.x ?
It works fine with a python 2 kernel, but when i switch to 3.x kernel, the conf test raise an error
print(conf.toDebugString())
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-1-0a5e403cf2b8> in <module>
----> 1 print(conf.toDebugString())
NameError: name 'conf' is not defined
Thanks for your help
Originally posted by @Ftagn92 in #1 (comment)
Metadata
Metadata
Assignees
Labels
No labels