How To Get IPython Notebook To Run Python 3?

前端 未结 9 643
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 02:03

I am new to Python to bear with me.

  1. I installed Anaconda, works great.
  2. I setup a Python 3 environment following the Anaconda cmd line instructions, works
9条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-30 02:42

    Another solution would be to create a virtualenv with python3:

    From this environment, install tensorflow (the version you prefer) there:

    pip install tensorflow
    

    Run your jupyter from there !

提交回复
热议问题