jupyter-widgets/tutorial

Name: tutorial

Owner: Jupyter Widgets

Description: A tutorial for widgets

Created: 2017-08-22 19:54:26.0

Updated: 2018-05-22 14:44:28.0

Pushed: 2018-05-22 14:44:26.0

Homepage: null

Size: 2644

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The Jupyter Widget Ecosystem

Tutorial, JupyterCon 2017

https://github.com/jupyter-widgets/tutorial

Installation

The code in the tutorial has been written using Python 3; though most of it may also work with Python 2.7.

We strongly recommend using the Anaconda Python distribution. You can install either the full anaconda distribution (very extensive, but large) or miniconda (much smaller, only essential packages).

There are download instructions below for installation using pip, which should work with any Python distribution.

anaconda/miniconda installation instructions

The steps below will get you a working environment.

a create -n widgets-tutorial notebook=5.0 numpy python=3.6 scikit-image scipy

c/Linux:
ce activate widgets-tutorial

ndows:
vate widgets-tutorial

stall widgets from conda-forge, which has ipywidgets 7.0
a install -c conda-forge ipywidgets=7.0 traittypes

eate a kernel for this environment
hon kernel install --name widgets-tutorial --display-name widgets-tutorial --sys-prefix
pip installation instructions

If you are not using the anaconda python distribution, please use the instructions below.

install ipywidgets
ter nbextension enable --sys-prefix --py widgetsnbextension
Tutorial materials

To get the tutorial materials, clone this repository.

Running into trouble?

Please let us know! You can open an issue on this repository by clicking “Issues” under the repo name on GitHub, then the “New Issue” button in the upper right.


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.