我在视窗10的虚拟环境中安装了Jupyter,使用以下权力指挥:
virtualenv --python C:PathToPythonpython.exe venv-name
.venv-nameScriptsactivate
pip install numpy matplotlib jupyter notebook pandas joblib scipy sympy
jupyter notebook
I have done absolutely nothing beyond this other than having Python and virtualenv on my computer. To get into Jupyter notebook, I run lines 2 and 4 of this in Powershell, which works just fine.
我如何利用桌面/Taskbar捷径启用Jupyter笔记本发挥同样的作用?