Rich Chiodo

Results 56 issues of Rich Chiodo

Environment data - Language Server version: 2022.5.3-pre.1 - OS and version: win32 x64 - Python version (and distribution if applicable, e.g. Anaconda): - python.analysis.indexing: null - python.analysis.typeCheckingMode: off - python.pylanceLspNotebooksEnabled:...

notebooks
lsp notebooks

I enabled a code lens command in my extension and I'm trying to execute it in a live share session. I get this error: ![image](https://user-images.githubusercontent.com/19672699/51557011-8e873580-1e30-11e9-9f15-944590379e1c.png) The link for more info...

feature-request
product-feedback

**Application or Package Used** @nteract/transform-plotly **Describe the bug** Plotly animations don't seem to work. (see this issue: https://github.com/microsoft/vscode-jupyter/issues/4364) **To Reproduce** Steps to reproduce the behavior: 1. Create a plotly graph...

### Discussed in https://github.com/microsoft/vscode-jupyter/discussions/10769 Originally posted by **RafalSkolasinski** July 11, 2022 In normal Jupyter Notebook or Jupyter Lab one can hit ``` + ``` to set e.g. top level or...

enhancement
notebook-keybinding

### Discussed in https://github.com/microsoft/vscode-jupyter/discussions/10767 Originally posted by **Guseyn013** July 11, 2022 In jupyter notebook there is a keyboard shortcut to interrupt kernel by pressing "I" button twice in command mode....

enhancement
notebook-keybinding

During creation of cells in the notebook, the user is building up a series of things to do. It would be super cool to take a set of cells (or...

interactive-window
feature-request

See comment here: https://github.com/microsoft/vscode-python/issues/5882#issuecomment-506653135 Do people use more than one file per session?

interactive-window
feature-request

It would be super cool to debug an exception when it happens in the interactive window. Basically run this cell and break on exception.

interactive-window
feature-request

This is similar to gather but without having to run gather. Sometimes I'm working on a notebook and I add some cells to try something out and I don't want...

interactive-window
feature-request

This would allow me to experiment with data in the kernel without having to muck up my notebook. In fact Spyder already supports this.

interactive-window
feature-request