Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Jupyter Notebook language:Java

Filter by

1.4M results  (449 ms)

1.4M results

Description Before the initial release a Marimo notebook was created to inspect collection metrics and preview opengraph generation for collectors. This PR adds the notebook back to the repo and ...
enhancement

Problem The notebooks side panel persists selectedNotebook in localStorage indefinitely (notebookPanelLogic.ts reducer with { persist: true }). When that notebook is later deleted, moved to another ...
stale

Description Add consistent tutorial notebook entry points for rendered Sphinx docs. Each rendered tutorial notebook now gets a link bar with: - Download notebook - View on GitHub - Open in ...
docs

Overriding sys.argv inside the notebook to run main() is brittle and can interfere with other notebook tooling. Prefer calling train_incremental_model(...) directly with an argparse.Namespace, or ...