标签:jupyter

共 1 篇
学习笔记

Jupyter Notebook 安装以支持js

安装 jupyterjupyter 官网先决条件:Python(Python的3.3或更高版本,或Python 2.7) 12pip3 install --upgrade pippip3 install jupyter 运行jupyter notebook,一切正常就可进行下一步。如果提示jupyter不存在,则需要手动设置环境变量。 MacOS手动设置环境变量编辑PATH配置文件:vim ...