Skip to content

Instantly share code, notes, and snippets.

@heng2j
heng2j / environment.yaml
Created June 24, 2021 14:40
Testing environment for debugging Voila 0.2.10 interactive visualization issue with holoviews
channels:
- conda-forge
dependencies:
- voila=0.2.10
- ipywidgets=7.6.3
- holoviews=1.14.4
- hvplot=0.7.2
- bokeh=2.3.2
- jupyter_bokeh=3.0.2
- jupyterlab=3.0.16
@heng2j
heng2j / requirements.txt
Last active June 24, 2021 14:58
Sample notebook for debugging HoloViews Dynamicmap is not working in Voila 0.2.10
voila
ipywidgets
holoviews
hvplot
bokeh
jupyter_bokeh
panel
pandas
matplotlib
@heng2j
heng2j / bobp-python.md
Created July 14, 2018 14:38 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens
@heng2j
heng2j / README.md
Created June 2, 2018 02:41 — forked from CodingDoug/README.md
Building an assistant (chatbot) that translates languages, integrated with Slack