python - Visual Studio 2019 中的 Jupyter Notebook 支持

标签 python visual-studio jupyter

我能够调试 python 程序并想使用 jupyter notebooks,但我在管理扩展下看不到 Python 扩展。我有 VS Professional 2019,我看到的许多市场示例都不是我看到的。

这是我的 VS 屏幕的图片。当我搜索时,我没有找到 pylance 或 jupyter 扩展。

enter image description here

我查看了关于 https://code.visualstudio.com/docs/python/jupyter-support 的信息和 https://towardsdatascience.com/jupyter-notebook-in-visual-studio-code-3fc21a36fe43他们显示使用 CTRL+SHIFT+P 打开 Command Palette 并且这在 VS 中没有任何作用Professional 或 Community 2019。我也尝试了 VS Community 2019,我得到了相同的结果。

我还在 Jupyter Notebooks in Visual Studio Code 上观看了 Jeffrey Mew 的视频 和 Tyreke White 的视频 Getting Started with Python in Visual Studio Code 它与我在 VS 中看到的不匹配。

最佳答案

您可以安装 Azure Data Studio 以在其中使用 Jupyter notebook 或 Google Colab。

关于python - Visual Studio 2019 中的 Jupyter Notebook 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67183359/

相关文章:

c++ - 在派生指针上显式调用基类析构函数时编译错误

c# - List<> 不在 DispatcherTimer 中更新

c++ - Visual Studio 无法识别模板类中的结构

python - %matplotlib 内联与 ​​%matplotlib 笔记本在 pythonAnywhere jupyter 中的显示问题

python - IPython 笔记本 - ShimWarning : The `IPython.kernel` package has been deprecated

python - 与 pandas 的一对多、左、外连接 (Python)

python - 使用 top 生成每个内核的 Linux CPU 信息报告

python - 在基于类的 ListView 中选择带有复选框的对象

python - Django:将用户模型或配置文件模型用于相关模型

jupyter-notebook - 如何在我的 Jupyter 笔记本中配置缩进大小?