-
## Environment data
- VS Code version:
- Version: 1.92.1 (user setup)
Commit: eaa41d57266683296de7d118f574d0c2652e1fc4
Date: 2024-08-07T20:16:39.455Z
Electron: 30.1.2
ElectronBuildId: 9…
-
Jupyter allows top level await which is very convenient - but when we then render these notebooks to a docs page is confusing for users as it is not confusing why there is a top level await when this …
-
- VS Code version: 1.92.2
- Jupyter Extension version (available under the Extensions sidebar): 2024.7.0
- Python Extension version (available under the Extensions sidebar): 2024.12.3
- OS …
-
Type: Bug
# Behaviour
When discovering tests with pytest-ruff enabled (`pytest --ruff` command) only very small subset of the tests is available.
## Steps to reproduce:
1. `pip install pytest-ru…
-
```
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[6], line 1
----> 1 from projecta…
-
### Problem
Per https://devguide.python.org/versions/, on 2024-10-07, Python 3.13 was officially released, and Python 3.8 is now end of life (EOL). The documentation mentions 3.8 but does not menti…
-
python 3.11.9
streamlit==1.38.0
streamlit-jupyter==0.2.1
notebook:
```
import streamlit as st
from streamlit_jupyter import StreamlitPatcher, tqdm
sp = StreamlitPatcher()
sp.jupyter() #…
-
### Bug description
The second table does not render correctly:
````qmd
---
title: "Empty"
engine: jupyter
---
```{python}
#| label: tbl-test1
#| tbl-cap: Test1
import pandas as pd
pd.DataFrame(d…
-
## Description
It seems that a wheel for monorepo does not include a top-level `METADATA` to extract the constraints from. This means that `reqs` remains empty:
https://github.com/jupyterlab/mai…
-
When trying to run the example code in a local Jupyter Notebook (Python) my kernel always dies. I have already tried running the shapr package in Rstudio and that works fine. Anyone else encountering …