Jupyter¶
Jupyter creates or runs notebooks that combine code, output, and text.
using IJulia
jupyterlab()
# or
notebook()
An IDE for editing notebooks is JupyterLab.
On my machine, connecting to the kernel is flaky.
Jupyter creates or runs notebooks that combine code, output, and text.
using IJulia
jupyterlab()
# or
notebook()
An IDE for editing notebooks is JupyterLab.
On my machine, connecting to the kernel is flaky.