This lesson is still being designed and assembled (Pre-Alpha version)

Jupyter Book with The Turing Way: Setup

This setup guide will take you from reading this page online to reading it locally.

Using Bash commands on terminal or Jupyter Notebooks

This tutorial will make use Unix Shell commands that can be run on terminal. Please refer to the Software Carpentry Shell tutorial if you are new to shell: http://swcarpentry.github.io/shell-novice.

Please note that this tutorial can also be followed by using Jupyter Notebooks. Please install a Python distribution that comes with Jupyter Notebooks and Python modules that we will use in the tutorial. We recommend using Anaconda or its lightweight version, Miniconda. Detailed installation instructions for various operating systems can be found in Anaconda documentation and Miniconda documentation respectively.

Data

We will use the GitHub repository where all the files including Jupyter Notebooks and example data exist. Please save the complete repository in your local computer using one the following ways:

OR,

git clone https://github.com/jupytercon/2020-jupyterbook-with-turing-way.git

Launch Jupyter Book

To start working with Jupyter Notebooks, we need to launch it.