-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023.12.1 documentation changes #52
Conversation
import sys | ||
print(sys.version) | ||
</script> | ||
<div id="editor"></div> <!-- will eventually contain the Python editor --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will eventually contain the output, not the editor ... the editor is @codemirror
matter; where the output land, the target for print
statements, is what the target
attribute refers to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Will fix now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My deep apologies I've just checked the code and you were right ... the target
as it was with classic is where the editor should be shown, I feel like we miss an output
attribute at this point for where the editor output lands ... this is all new to me, I've messed up my previous comment as I was confused myself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NP - I'll revert the change, but I like the output
attribute... this what refinement looks like. ;-)
A minor typo or misleading comment a part, the rest LGTM 👍 |
DO NOT MERGE UNTIL 2023.12.1 IS RELEASED