Skip to content

Notebooks with example code for specific Quilt data repositories

Notifications You must be signed in to change notification settings

robnewman/quilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

Notebooks containing example code for use with Quilt data repositories

Overview

Quilt provides versioned, reusable building blocks for analysis in the form of data packages. A data package may contain data of any type or any size.

Quilt does for data what package managers do for code: provide a centralized store of record.

More information.

About this repository

This repository contains example code for use with Quilt data repositories associated with my public Quilt packages

Setting up

  1. Build a virtual environment:
robnewman$ python3 -m venv ~/venv/quilt-py3
robnewman$ source ~/venv/quilt-py3
  1. Install packages:
(quilt-py3) robnewman$ pip install -r REQUIREMENTS.txt
  1. Set up a new kernel:

This is useful if you want to force Jupyter to use your virtual environment Python version and not a default from, for example, Anaconda.

(quilt-py3) robnewman$ ipython kernel install --user --name=quilt

Debugging

Getting the jupyterlab-quilt extension installed: Yarn version skew

Further reading

About

Notebooks with example code for specific Quilt data repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published