正文jupyter notebook 的安装及使用IP云V管理员/2022-09-01/4 阅读 09/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 推荐使用Python3 版本 安装pip3 版本打开终端输入,安装jupyter notebook(ipython4之后命名)pip3 install jupyter notebook启动jupyter终端输入jupyter notebook在浏览器运行Python 代码可以运行比如 键入 1 + 2输出 3