/ipywidgets-grid-layout

Demo for ipywidgets grid layout.

Primary LanguageJupyter NotebookMIT LicenseMIT

Ipywidget Grid Layout with Altair in Jupyter Classic Notebook

Setup

Linux, Windows or Mac with Anaconda 2019.03 or greater.

Clone this repository.

git clone https://github.com/gnfrazier/ipywidgets-grid-layout.git

Set up the environment using the environment.yml file.

conda env create -f environment.yml

Activate the environment.

conda activate widget-grid

Start a classic notebook session.

jupyter notebook

Additional Reading:

Installing Altair in Classic Notebook

Ipywidgets Documentation

Managing Environments in Conda