Code Sharing - realtime
output
Quick tips
- Use Share to invite collaborators instantly.
- Toggle lock before presenting or reviewing.
- Run code to sync plots and stdout with the room.
Shortcuts
- Ctrl + Enter to run (when focused in editor).
- Ctrl + S to copy the share link.
Live editor session sharing
This feature allows multiple users to share editor sessions and collaborate on code in real-time.
To start a live sharing session, simply start typing in the editor. A unique shareable link will be generated that you can send to others. Anyone with the link can join the session and see your code updates in real-time.
Users can also choose to lock the editor to prevent others from making changes. This is useful when you want to share your code without allowing edits.
This tool is made for:
- Pair programming
- Code reviews
- Collaborative coding sessions
- Remote learning and tutoring
How to use:
- Start typing in the code editor on the left.
- Click the "share" button to copy the unique session link to your clipboard.
- Send the link to others you want to collaborate with. Only users with the shareable link can join the session.
- Use the "lock" checkbox to prevent others from making changes if desired.
- Click "Run Code" to execute the shared code and see the output on the right.Only if sharing Python code.
- All changes will be synced in real-time for all connected users.
- In case of edit conflicts, the most recent change will take precedence.
- Share your feedback to help us improve this feature. contact@pynerds.com
Anonymous live sharing sessions are temporary and will be deleted 24 hours after creation. If you want sessions to persist, create an account.