赞
踩
conda install notebook
or pip install notebook
jupyter notebook --generate-config
自动生成配置文件jupyter_notebook_config.pyc.NotebookApp.ip = '*' #允许所有ip访问,很重要
c.NotebookApp.open_browser = False #不打开浏览器
c.NotebookApp.port = 8888 #端口为8888,可以自己设置
conda activate neural_networks
python -m ipykernel install --user --name <env_name> --display-name <kernel_name>
conda install ipykernel
进行安装jupyter notebook
,复制链接地址到本地浏览器或其他IDE中,如:http://170.0.1.1:8888/?token=3f022481b51faf482e98f819285ff4a6bb3132327abfc2f7Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。