Skip to content

Instantly share code, notes, and snippets.

@lbustelo
lbustelo / TodoList.ipynb
Last active March 22, 2020 16:03
Simple Todo App using Jupyter, Python and jupyter-declarativewidgets (https://groups.google.com/forum/#!topic/jupyter/06RLfkkdrys)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lbustelo
lbustelo / urth-viz-table.ipynb
Created December 4, 2015 19:14
urth-viz-table with lots of columns to cause horizontal scroll
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lbustelo
lbustelo / PlotMagic.scala
Created August 19, 2015 16:13
This is an example magic for ibm-et/spark-kernel
package com.ibm.spark.magic.builtin
import java.io.PrintStream
import com.ibm.spark.magic._
import com.ibm.spark.magic.dependencies._
import com.ibm.spark.utils.ArgumentParsingSupport
import com.ibm.spark.kernel.protocol.v5.MIMEType
import org.slf4j.LoggerFactory