kerrick-js
kerrick-js
It would be nice to have, in the Jupyter Notebook web UI, an information icon ⒤ next to a cell that you can hover or a special cell border that...
## To reproduce: 1. Create a file `bar.py` with contents ``` from prometheus_client import Gauge my_gauge = Gauge('my_gauge', 'my description') def add(x, y): return x + y ``` 2. Create...
`py.ml` references `__main__.__builtins__` in a couple places. According to [the docs](https://docs.python.org/3/reference/executionmodel.html#builtins-and-restricted-execution), this attribute is an implementation detail and its behavior can't be relied upon: > CPython implementation detail: Users should...
# Summary When I try to display a DataGrid with ipydatagrid 1.3.2, the grid doesn't render, and I see "Error: Could not create a model." logged in the Javascript console....