Paige Bailey
Paige Bailey
### Description The purpose of this issue is threefold: * Obtain data for the last `n` years of freight train activity in the United States. * Obtain data for the...
### Description The purpose of this issue will be to add demographic data for each of the cities that we pass through via Amtrak. I'd especially love to understand how...
### Expected behavior: I should be able to use `pandas` to access a CSV housed in my repo, or to pull in a flat file via URL: ```python import pandas...
**Expected behavior**: Large output from a cell would still be scrollable within that cell; or, as a stop-gap, when clicking the `show more (open the raw output data in the...
**Long-term request**: Official logo for the Pyolite extension in the VS Code marketplace. As it stands, the extension looks quite experimental, which could be reducing the number of organic downloads:...
**Expected behavior**: After defining variables in my github.dev instance with Pyodide, I expect those variables to be displayed in the [Variable Explorer](https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2019-release/#variable-explorer-and-data-viewer):  **Observed behavior**: No variables are displayed in...
**Expected behavior**: When importing [Python's `time` module](https://docs.python.org/3/library/time.html) and using the [`sleep()` function](https://docs.python.org/3/library/time.html#time.sleep), I expect to suspend execution of the calling thread for the given number of seconds. **Experienced behavior**: 42...
**Intended behavior**: Expected to see either the output `['VS Code is great!', 'VS Code is great!']` (what appears in Colab) or `['$message', '$message']` (what appears in VS Code locally, and...
*Expected behavior* I created a couple of files during my Pyodide session with [github.dev]() -- a SQLite database (`population.db`), as well as an interactive visualization using Plotly (`ML-vis.html`). When using...