Running cells requires Jupyter notebooks to be installed

/*******************************************************************************
 *         Running cells requires Jupyter notebooks to be installed
 * 说明:
 *     想使用VS Code做为Python的开发工具,安装工具的时候出现找不到Jupyter notebooks
 *
 *                                          2019-4-9 深圳 宝安西乡 曾剑锋
 ******************************************************************************/

1、参考文档
    1. Jupyter Notebooks的安装和使用介绍
        https://blog.csdn.net/qq_33619378/article/details/83037106

2、处理方法
    1. 不要在VS Code中安装,选择手动安装;
    2. pip install jupyter
相关文章
相关标签/搜索