updating notebooks#505
Merged
Merged
Conversation
Contributor
Spell Check ReportTFLNTidy3d.ipynb: Checked 5 notebook(s). Found spelling errors in 1 file(s). |
alec-flexcompute
approved these changes
May 15, 2026
alec-flexcompute
left a comment
Contributor
There was a problem hiding this comment.
Great update as usual @FilipeFcp ! One thing: in RadiativeLossesModeSolver.ipynb cells 9, 11, 13, 19, 21, 24, 27, and 29 maybe use web.run instead of web.Batch for consistency
Contributor
Author
|
Thanks @alec-flexcompute |
Contributor
|
Looks good, thanks! |
daquinteroflex
pushed a commit
that referenced
this pull request
Jun 1, 2026
updating notebooks to replace Batch and ModeSolver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating notebooks for using web.run and ModeSimulation
Note
Low Risk
Changes are limited to example notebooks/documentation code paths and should not affect production libraries, but may break tutorial execution if the new APIs are misused.
Overview
Updates the example notebooks to use the newer
web.runworkflow andModeSimulationAPIs.This modernizes the notebook execution patterns to match current client behavior, reducing drift between the notebooks and the recommended simulation setup.
Reviewed by Cursor Bugbot for commit 7658e9a. Bugbot is set up for automated code reviews on this repo. Configure here.