Jupyter notebooks
Overview
Teaching: 10 min
Exercises: 0 minQuestions
How are jupyter-notebooks lauched?
Objectives
Launch a notebook using the IJulia package.
Open an existing notebook using jupyter.
Explore markdown and input cells.
Key Points
Using IJulia notebooks can be launched from within julia using the
notebook()
command.Notebooks can be launched from the terminal using
jupyter-lab
orjupyter-notebook
.A notebook can have code cells that can be evaluated as well as descriptive markdown text.
Evaluation can be done using Ctrl+Return or Shift+Return