Skip to content

Add Binder support#361

Merged
blink1073 merged 35 commits intoCalysto:mainfrom
blink1073:add-binder
Mar 12, 2026
Merged

Add Binder support#361
blink1073 merged 35 commits intoCalysto:mainfrom
blink1073:add-binder

Conversation

@blink1073
Copy link
Copy Markdown
Contributor

@blink1073 blink1073 commented Mar 12, 2026

Summary

  • Adds binder/ configuration with environment.yml and postBuild to support launching the repo on Binder
  • Adds examples/MetaKernel Python Demo.ipynb demonstrating available magics
  • Fixes a bug in %set magic where non-string values (e.g. integers) caused an AttributeError in do_execute_direct
  • Updates the README with a Binder launch badge opening directly to the demo notebook in classic notebook interface

Test plan

  • Click the Binder badge in the README and verify the demo notebook opens in classic notebook
  • Run through the demo notebook cells to verify magics work correctly
  • Run just test to confirm the %set bug fix is covered by the updated test_set_get_magic.py tests

@blink1073 blink1073 enabled auto-merge (squash) March 12, 2026 12:13
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.95%. Comparing base (a00ba16) to head (1ed7664).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #361   +/-   ##
=======================================
  Coverage   90.95%   90.95%           
=======================================
  Files          51       51           
  Lines        2874     2874           
  Branches      402      402           
=======================================
  Hits         2614     2614           
  Misses        181      181           
  Partials       79       79           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@blink1073 blink1073 merged commit c9e48e8 into Calysto:main Mar 12, 2026
24 checks passed
@blink1073 blink1073 deleted the add-binder branch March 12, 2026 14:41
@blink1073 blink1073 mentioned this pull request Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants