This repository to meant to provide some basic files for experimenting with Jupyter Labs. During the lab session we will be working through the following steps:
-
Ceeate a fork of this repo into your own organization, i.e. create a copy at
<username>/jupyter-demo
. -
Clone the repo to your Jupyter Lab session (container, stat server, local machine).
-
Open
jupyter-demo.ipynb
, read and work through the brief tasks included there. -
Make sure to use menu option:
Kernel > Restart Kernel and Run All Cells
to ensure reproducibility -
Stage and commit the changes you have made
-
Push your changes back to GitHub - verify that the changes are represented in
jupyter-demo.ipynb
on GitHub.