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.
For discussion and easier tracking of changes. Not for merge yet.
@bollwyvl I would appreciate your comments on this. https://robots-from-jupyter.github.io/BeginnersGuide/ I'm aware that Binder folks might not been too keen on Binder instances being embedded using iframe. I've tried to make this nice be only creating single Binder instance for a single visitor, storing the instance URL into short living cookie and reusing that same instance for every opened example (even the current documentation only includes single example).
(Obviously an alternative for this approach is to open the whole documentation with heavily themed Jupyter Notebook at binder. It would be technically much simpler with the only downside that user sees the Binder URL and not RobotFramework.org URL. I will probably do a such version for comparison when there's more content.)