Skip to content

📄 Add binder/environment.yml to use https://mybinder.org/ to play with plaid on the web browser#365

Open
fbordeu wants to merge 2 commits intoPLAID-lib:mainfrom
fbordeu:issue30
Open

📄 Add binder/environment.yml to use https://mybinder.org/ to play with plaid on the web browser#365
fbordeu wants to merge 2 commits intoPLAID-lib:mainfrom
fbordeu:issue30

Conversation

@fbordeu
Copy link
Copy Markdown
Collaborator

@fbordeu fbordeu commented Apr 7, 2026

Thanks for contributing! Please make sure your PR title and content follow the guidelines.
Leave this checklist below in your PR description and tick the corresponding boxes.

Checklist

  • Typing enforced
  • Documentation updated
  • Changelog updated
  • Tests and Example updates
  • Coverage should be 100%

✅ PR Title Format

Your PR title must start with one of the following emojis to indicate the type of change:

  • 🐛 Bug fix
  • 📄 Documentation
  • 🎉 New feature or initial commit
  • 🚀 Performance or deployment
  • ♻️ Refactor or cleanup
  • 📦 Packaging or dependency management (e.g., pyproject.toml, conda, Poetry, pre-commit)

Example:
🎉 Add MMD-based split method


📋 Description (optional)

Please explain what your PR does:

  • What problem does it solve?
  • Any breaking changes?
  • How was it tested?

🔗 Related issues (optional)

Closes #30

@fbordeu fbordeu requested a review from a team as a code owner April 7, 2026 12:29
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 7, 2026

CLA assistant check
All committers have signed the CLA.

@fbordeu fbordeu changed the title - 📄 Add binder/environment.yml to use https://mybinder.org/ to play with plaid on the web browser 📄 Add binder/environment.yml to use https://mybinder.org/ to play with plaid on the web browser Apr 7, 2026
@casenave
Copy link
Copy Markdown
Member

casenave commented Apr 7, 2026

What's the use of this ? Can you explain how to use it ?

Edit: I've seen #30 , nice !

@fbordeu
Copy link
Copy Markdown
Collaborator Author

fbordeu commented Apr 7, 2026

For the moment all the examples have a .py extension so the jupyter lab open them as python scripts, and not as notebooks. the user must right-click and open the files as notebook to get the nice looking notebook.

image

https://mybinder.org/v2/gh/fbordeu/plaid/issue30?urlpath=%2Fdoc%2Ftree%2Fexamples%2Fproblem_definition_example.py

@fbordeu
Copy link
Copy Markdown
Collaborator Author

fbordeu commented Apr 8, 2026

Made the changes to open all the .py as notebooks. Nice render.

https://mybinder.org/v2/gh/fbordeu/plaid/issue30?urlpath=%2Fdoc%2Ftree%2Fexamples%2Fproblem_definition_example.py

Comment thread CHANGELOG.md
### Added

- (sample/features) add_field: check field size consistency with geometrical support.
- Add files to support mybinder.org
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually put the new logs at the top of the paragraph, not sure if it's good habit

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, noted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interactive testing of the lib in the docs

3 participants