Ipython Notebook: where is jupyter_notebook_config.py in Mac?

后端 未结 4 1634
太阳男子
太阳男子 2021-02-05 08:44

I just started using a Mac, so please forgive me if this sounds too naive.

I\'m trying to install Interactive Parallel. From https://github.com/ipython/ipyp

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-05 09:33

    Should you Uninstalling Anaconda for that :

    $ herm -rf ~/anaconda3re
    
    $ conda install anaconda-clean
    
    $ anaconda-clean
    
    $ anaconda-clean --yes
    
    $ export PATH="/Users/jsmith/anaconda3/bin:$PATH"
    

    That's Solve my problem On mac ; For more information visite : https://docs.anaconda.com/anaconda/install/uninstall/

提交回复
热议问题