Re: How can I use anaconda in zeppelin?

2017-02-23 Thread Beth Lee
>> :/usr/bin/python) >> >> But python version doesn't be changed. I try to check the python version >> in zeppelin notebook. >> >> %python >> import sys >> print(sys.version)print(sys.version_info) >> >> 2.7.12 (default, Nov 19 2016, 06:48:10) >> >> How can I use anaconda in zeppelin? >> >

Re: How can I use anaconda in zeppelin?

2017-02-22 Thread moon soo Lee
r $PATH you can set the absolute directory (example > :/usr/bin/python) > > But python version doesn't be changed. I try to check the python version > in zeppelin notebook. > > %python > import sys > print(sys.version)print(sys.version_info) > > 2.7.12 (default, Nov 19 2016, 06:48:10) > > How can I use anaconda in zeppelin? >

How can I use anaconda in zeppelin?

2017-02-22 Thread Beth Lee
be changed. I try to check the python version in zeppelin notebook. %python import sys print(sys.version)print(sys.version_info) 2.7.12 (default, Nov 19 2016, 06:48:10) How can I use anaconda in zeppelin?