jupyter笔记本电脑失去进口

时间:2018-08-19 09:26:37

标签: python python-3.x jupyter-notebook jupyter

在向Jupyter Notebook安装了两个附加内核(python2和gophernotes)之后,我无法导入已经安装的任何软件包。

我试图找到解决方案,但是所有描述的方法都不适用于我。这是我的环境:

enter image description here

请帮助

enter image description here

1 个答案:

答案 0 :(得分:0)

对于Python3,这有帮助:

var value = {value: 5}

var {value: newValue} = value

console.log(newValue)

感谢https://stackoverflow.com/a/46180035/9881344

相关问题