{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# R2lab's radiomap" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Foreword on Jupyter notebooks" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### How to run a notebook" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**For people not familiar with notebooks**, let us simply stress that:\n", "\n", "* in order to evaluate a code cell, you first **select it** (click in it), and then press ***Shift-Enter*** - or, equivalent, click the right arrow button in the menubar. The next cell gets selected, so you can essentially run you way through the document by selecting the first cell, and then pressing ***Shift-Enter*** until you're done.\n", "\n", "* you can also run the whole notebook in a single click - although this is not the recommended technique - from the menubar with ***Cell → Run All***" ] }, { "cell_type": "markdown", "metadata": { "run_control": { "frozen": false, "read_only": false } }, "source": [ "### Where to run notebooks" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "There are several ways to run a notebook:\n", "\n", "1. some public sites offer the ability to host notebooks; for instance, \n", " \n", " the present notebook can be run online on mybinder.org