jupyterlab/jupyterlab-demo

Name: jupyterlab-demo

Owner: JupyterLab

Description: Demonstrations of JupyterLab

Created: 2016-09-30 20:05:42.0

Updated: 2017-11-27 11:33:55.0

Pushed: 2018-01-11 13:34:55.0

Homepage: null

Size: 24896

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

JupyterLab Demonstration

Build Status

Binder

This repository contains some demonstrations of JupyterLab, the next generation user interface of Project Jupyter.

Installation

The demo requires conda and the package requirements are described in environment.yml

To install the environment and demofiles, we use pyinvoke. To install pyinvoke with conda call:

a install -c conda-forge invoke pyyaml
Create the environment

To create the conda environment with all the dependencies and jupyterlab extensions for the demo, run:

ke environment  # optionally --env-name=my-env-name

The default environment name is jupyterlab-demo.

To create the environment and remove previous installation, call:

ke environment --clean
Activate/deactivate the environment

To activate the conda environment, run:

ce activate jupyterlab-demo

To deactivate the conda environment, run:

ce deactivate
Additional demo files

The demo includes files from a number of other repositories. To install these files, run:

ke demofiles

To remove demofiles and download again all:

ke demofiles --clean
R Language support

To add R language support, run:

ke r
Julia Language support

To add Julia language support follow the instructions here.

Uninstalling

To uninstall the demofiles and enviornment, call:

ke clean

Demo guide

The basic outline of the JupyterLab demo is described in the file jupyterlab.md.

External Repositories

Our invoke demofiles clones repos from other authors. The details of these repos are as follows:

| Name | Author |License | |—|—|—| | PythonDataScienceHandbook/LICESNSE-CODE | Jake Vanderplas | MIT| | PythonDataScienceHandbook/LICESNSE-TEXT | Jake Vanderplas | CC-BY-NC-ND-3.0 | | altair | Jake Vanderplas | BSD 3-clause | | Urban-Data-Challenge | Data Canvas | CC-BY-NC-3.0 | | QuantEcon.notebooks | QuantEcon | BSD 3-clause “New” or “Revised” License | | TCGA | Gross et. al. | None Listed | None Listed | | TensorFlow-Examples | Aymeric Damien | MIT |


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.