-
Notifications
You must be signed in to change notification settings - Fork 217
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
Collaborative Whiteboard and use of Slate *everywhere* (including Jupyter markdown cells) #5674
Merged
Conversation
This file contains 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
williamstein
force-pushed
the
whiteboard
branch
from
February 3, 2022 00:47
8efe74d
to
43af37f
Compare
williamstein
force-pushed
the
whiteboard
branch
from
February 9, 2022 01:17
dab3b5a
to
62c34e3
Compare
Nice! I can imagine two people using the whiteboard to write and compare code side-by-side. |
I was very stoked to get ipywidgets and code evaluation working finally
tonight!
On Wed, Feb 9, 2022 at 8:22 PM Jason Grout ***@***.***> wrote:
Nice! I can imagine two people using the whiteboard to write and compare
code side-by-side.
—
Reply to this email directly, view it on GitHub
<#5674 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXS5TMGG4PU6HL67BWFH3U2M4PVANCNFSM5MV4PMRA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
-- William Stein
|
williamstein
force-pushed
the
whiteboard
branch
2 times, most recently
from
February 14, 2022 00:04
871ab65
to
633954d
Compare
williamstein
force-pushed
the
whiteboard
branch
2 times, most recently
from
February 23, 2022 02:11
254f158
to
737d288
Compare
…ug in edge case of key handler
…breaking pen drawing
…ated Sage jupyter notebook from the wild. In particular, my regexp for parsing nested envs was wrong, and also we switch to using slate for rendering markdown in jupyter notebooks for share server.
…r no reason -- makes the code cleaner, smaller, and easier to reuse and read.
…only partially done, but should be enough for a release)
…also be used in whiteboard)
…better code modularity); unfortunately, I can't really test this, since the backend code is evidently mostly broken (see #5826)
…ll the chat itself
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.
Implementing #4283