Code Monkey home page Code Monkey logo

flowkit-tutorials-ghana's Introduction

FlowKit tutorials

Binder

This is a Binder repository of tutorials for learning how to use FlowKit for CDR analysis. The tutorials are Jupyter notebooks which use the FlowClient python client to interact with FlowKit. These tutorials are designed to be used with the Ghana FlowCloud deployment.

Running the tutorials

Locally (using conda)

To run the tutorials on your local machine, you will need to do the following (these instructions assume that you have conda installed):

  1. Clone this repository
  2. Create a conda environment for the tutorials, using environment.yml
  3. Activate the flowkit-tutorials environment you just created
  4. Install the jupyter-widgets lab extension (so that FlowKit progress bars will appear in the notebooks)
  5. Start a Jupyter Lab session (or Jupyter Notebook, if you prefer), and open index.ipynb

You can run the following in a bash shell (or a git-bash terminal on Windows) to set everything up:

git clone https://github.com/Flowminder/FlowKit-tutorials-Ghana
cd FlowKit-tutorials-Ghana
conda env create -f environment.yml
conda activate flowkit-tutorials
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter lab index.ipynb

Binder

To run the tutorials online, click the Binder badge at the top of this README. This will start a Jupyter server in the cloud with all dependencies installed, which you can use to run the tutorial notebooks.

Note: The Binder session will shut down after a period of inactivity, and any changes you make to the tutorial notebooks will be lost. To download a copy of a tutorial notebook with any changes you made, use Fileโ†’Download.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.