- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
相关帖子的回复How to connect to an existing Jupyter Notebook kernel and inspect variables using the Variable explorer?似乎只是不可能 .但是如果我们尝试将 Jupyter Notebook 连接到 spyder 内核呢?那么是否有可能让 Jupyter Notebook、Spyder 和 Spyder 中的变量资源管理器使用内核?
文章Connecting Spyder IDE to a remote IPython kernel让它听起来有点可能:
Doing data science in Jupyter notebook is fun but sometimes you need the ability to poke into variables using the handy variable explorer in Spyder.
Connecting Spyder to a remote kernel is as straightforward as the notebooks. I will walk you through the process.
conda install spyder-kernels
工作正常。
python -m spyder_kernels.console
:
--existing kernel-19909.json
.我的部件也有问题
python -m spyder_kernels.console — matplotlib=’inline’ — ip=x.x.x.x -f=./remotemachine.json
.
The version of the notebook server is: 5.6.0
CPython 3.7.0
IPython 6.5.0
compiler : MSC v.1912 64 bit (AMD64)
system : Windows
release : 7
machine : AMD64
CPU cores : 8
interpreter: 64bit
最佳答案
据我了解您的问题,您希望将 IPython 内核连接到本地机器上的 Spyder。您提到的文章描述了远程连接的这个过程,我相信这是让您感到困惑的部分。首先,确保您更新了 Spyder
到版本 3.3.3 或更高版本,就像以前一样 a bug that prevented users from seeing their variables in the explorer .这些是进行连接的步骤:
python -m spyder_kernels.console
并记下控制台输出中显示的 JSON 文件的名称:To connect another client to this kernel, use: --existing
kernel-pid.json
. Spyder
. Consoles
在菜单栏中选择 Connect to an existing kernel
从下拉菜单中。 kernel-pid.json
在 Connection file
提示并点击 OK
. Variable explorer
一起使用.
关于python - 如何将 Jupyter Notebook 连接到 Spyder 内核?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55481309/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!