Open elmiko opened 6 years ago
@elmiko Thanks for catching that. Jupyterapp & conda both are supposed to use the same python binary.I am not sure but if i recall ,when we install miniconda it installs a python binary in /opt/conda/ which is used by conda. But this python binary is different from/usr/bin/python and the python binary used for spark submission.All of them have to be the same imo. Since there were no users of python 3.x until recently I did not invest a lot of time on this project. Please feel free to merge the changes from https://github.com/elmiko/jupyter-notebook-py36 And also to change the project name to 3.6.
i was testing this out recently and ran the notebook from the autobuild, when i tested the following bit of code out i was surprised by the response:
i'm not sure if there is a mismatch, but i wanted to record the issue