pullrequests Search Results · language:Dune language:Python language:JavaScript language:Jupyter Notebook
Filter by
712k results
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
Summary
- add a shared notebook prerequisite helper that reuses extracted example projects and computes missing plan result
HDFs through RasCmdr.compute_plan(...)
- wire notebooks 410, 411 ...
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 ...
Closes #4. Adds prio_choice=6 wiring + process_climate_data calls.