我曾经在R3.4.0版本中工作。不过,这个版本不支持keras和tensorflow这样的包。install.packages("keras")install_keras()Error ininstall_keras() :
You should call install_keras() only in a fresh R s
当我在Jupyter notebook中尝试对pandas或numpy执行导入命令时,我得到一个'ModuleNotFoundError‘(如下所示)。我最近才安装了Jupyter笔记本(使用Anaconda安装程序)。它最初似乎工作得很好,但为Python2 ad Python3创建内核产生了一个问题。如果我将import numpy放在一个单独的.py文件中并从终端窗口运行,它运行得很好-没有错误消息。
__init__())不,在JupyterNotebook someNb.ipynb中,在与myFile.py相同的文件夹中,我只想在python单元格中导入myClassimport name 'myClass' from 'myFile' (<path-to-myFile.py>) %load_ext autoreload在from