Skip to content

manzt/ipymario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipymario

A simple anywidget, built from Mike Bostock's Mario chime snippet.

See video tutorial.

Installation

pip install ipymario

Usage

In[1]:

import ipymario

ipymario.Widget()

Out[1]:

clicking a mario brick in a jupyter output

Development

Create a virtual environment and and install ipymario in editable mode with the optional development dependencies:

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

All is set to open demo.ipynb in JupyterLab, VS Code, or your favorite editor to start developing. Any change made in the js folder will be directly reflected in the notebook.

About

A simple anywidget, built from Mike Bostock's Mario chime snippet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors