-
## Environment data
- VS Code version: 1.53.0-insider
- Jupyter Extension version: v2020.12.414227025
- Python Extension version : v2021.1.502429796
- OS (Windows | Mac | Linux distro) a…
-
On running "while ! kustomize build --load_restrictor=none example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done" I'm getting this issue
-
# Bug: Notebook Editor, Interactive Window, Editor cells
## Steps to cause the bug to occur
1. Launch VS Code using start menu. Use command palette or a cell decoration to run the Interactiv…
-
# Bug: Notebook Editor, Interactive Window, Editor cells
## Steps to cause the bug to occur
1. open editor, set language to python
2. right click, select "run current file in python interactive w…
-
I have been working with the proposed Notebook extension API to provide a javascript notebook in the style of observable notebooks (for prototyping, I am using their libraries). I don't have a ton o…
-
This is a proposal for adding `st.observable` to Streamlit. You would not only be able to embed [Observable notebooks](https://observablehq.com/) into a Streamlit app, but also inject your own data fr…
-
Hi,
I am looking for to translate Python code that uses RxPY in Jupyter Notebooks.
It works very well. Using _interval_ function, It allows cells to execute periodically and display its results.
Th…
-
We want to be able to create 'live' UI elements in a notebook that can be updated by ongoing activity elsewhere in the notebook. Today, we can produce HTML output and client-side JavaScript to enable …
idg10 updated
3 years ago
-
# Bug: Notebook Editor, Interactive Window, Editor cells
## Steps to cause the bug to occur
1. Just edit a notebook
## Actual behavior
When i editing a notebook, vscode cannot show code …
-
**Use case:** create a visual template on Observable, instantiate it in Rmd several times, use tags in the Rmd containing d3 code to customize each instance. For example, at the bottom of the Rmd, …