Jupyter replacement - Programming On Unix

Users browsing this thread: 1 Guest(s)
piotr
Members
Ah sorry -- it's quite popular in my line of work so I forgot it needs introduction.

Jupyter is a notebook-interface to a scripting language. It has a frontend (usually a browser interface) and a backend (an interpreter process), linked by some message queue. It is similar to a REPL, but it is not append-only -- you can insert code into separate "cells", and then edit & re-run them.


Messages In This Thread
Jupyter replacement - by piotr - 28-06-2019, 12:19 PM
RE: Jupyter replacement - by z3bra - 29-06-2019, 01:49 AM
RE: Jupyter replacement - by piotr - 01-07-2019, 10:34 AM
RE: Jupyter replacement - by josuah - 12-01-2020, 08:39 PM
RE: Jupyter replacement - by z3bra - 14-01-2020, 11:15 AM