Joining with a link
Open the /s/… link your teacher gave you and enter your name. You don't need an account, an email address or Python on your computer. Stay in the same browser: part of your identity and your local drafts are tied to it.
The /admin address is for teachers. colloq.ru/docs/ is documentation; it does not connect you to a class. If you only have the server address, ask your teacher for the link to your room.
What's on the screen
- Notebook — code, text, run results and other participants' cursors.
- Files — the room's data and documents. The file you have open may differ from the document on the shared screen.
- Oracle — questions to the AI and its answers, if it is enabled for the class.
- People — who is in the room right now; the panel is on the left, next to the files.
- Terminal — the room's shared shell: everyone sees its output, and you can type commands if the teacher allows running code.
On a narrow screen the side areas open as panels. Close them with their button or Esc to get back to the notebook.
Working in the shared notebook
In a standard class, cell edits and output are visible to the whole group. Code runs in the shared kernel: changing a variable or a file affects everyone who runs code after you. Check with your teacher before you restart the kernel or clear output.
If an action is unavailable, read the note next to it. The teacher may have kept it for themselves, locked the cell for now or ended the class. Reloading the page does not change these rules.
Your own answer in a Council
When the teacher opens a task in Council mode, edit your own sheet and send your answer with Submit. To change a submitted answer, click “Edit”. If the teacher allows running code, “Run” puts your attempt in the shared queue, either right away or after the teacher approves it; otherwise you will see “the teacher runs this one” next to it. The group does not see your answer until the teacher shows it. The teacher can reply to you and show a chosen solution to everyone, with your name or a variant number.
Your own sheet does not mean your own Python kernel. Code runs in the runtime of the whole room. Don't modify shared data in place if the task expects independent results. More in Council.
After class
The link of an ended class still opens the saved work for reading. A /p/… link opens published material: selected solution steps, code and output. In a publication you can copy the code and download the open step's notebook as .ipynb without run results; you can't run it on that page.
A course link, /c/…, gathers the published classes and the plan of upcoming topics. Bookmark it. Data files from the live room are not added to a publication automatically; to run the code again, ask your teacher where to get them.
If the connection drops
Wait for the page to reconnect, then check that your last text is there. The connection, output and code execution depend on the server being reachable; closing the tab does not stop Python. Don't send the same run over and over. If the server is unreachable, send your teacher the page address, the time and the error text, but no personal sign-in links.