Skip to content

Glossary

Harald Schilly edited this page Nov 3, 2017 · 4 revisions

Glossary

List of terms used in CoCalc with references to relevant documentation.

Block

tbc

Cell

A cell is the smallest unit in a Notebook. You work by entering code or text into the "input" cell and then execute it.

Evaluation/Execution

Interactive worksheets consists of an ongoing Session and blocks of Code. Evaluating a Cell or Block means to submit it to the session, where it is running against the current state of the session, and once done, results will be shown to you in the output area.

Jupyter Notebook

A modern and interactive computational document. Jupyter Website.

Kernel

tbc

Mode (SageWS)

tbc

Notebook

This usually refers to the #Jupyter notebook.

SageMath Worksheet

tbc

Session

tbc

Clone this wiki locally