Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.07 KB

JupyterLab Demonstration

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

Installation

To install all of the files needed for the demo, run:

make demo

This demo will need the latest development master of the following packages:

Additionally, if you want to run Altair in the Jupyter Notebooks, you will need this branch of altair:

Note: if you have version 4.3.1 of the Jupyter Notebook, when starting jupyter notebook or lab, you must make the call with --NotebookApp.disable_check_xsrf=True. Else nothing will work with no easy to find errors.

Demo guide

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

A basic description of Altair can be found in the file altair.md.