Skip to content

Instantly share code, notes, and snippets.

View deeplook's full-sized avatar

deeplook

View GitHub Profile
@deeplook
deeplook / test_ref_dicts.ipynb
Created June 16, 2018 08:01
Experiment with dictionaries that allow for some kind of references between its keys. Think of somehing like a poor man's version of references in [HOCON](https://en.wikipedia.org/wiki/HOCON).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@deeplook
deeplook / streaming_heatmap_example.ipynb
Created July 31, 2018 18:37
Streaming heatmap example with IPyLeaflet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@deeplook
deeplook / ipychat_simple.ipynb
Last active April 15, 2019 11:45
A very simple multi-party chat ipywidget.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@deeplook
deeplook / camera_state.ipynb
Last active April 25, 2019 08:28
Save/restore ipyvolume camera state
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@deeplook
deeplook / moebius.ipynb
Last active May 2, 2019 08:46
This generates a Möbius strip using ipyvolume. (3D plots are not rendered inside this gist!)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@deeplook
deeplook / test_tile_caching.ipynb
Last active June 27, 2019 19:57
Test tile caching in ipyleaflet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@deeplook
deeplook / install_miniconda.py
Last active September 30, 2019 08:05
This project is now continued on https://github.com/deeplook/mcinstall.
#! /usr/bin/env python3
"""
A script to quickly make a fresh Miniconda installation from scratch.
This will download a Miniconda binary from https://repo.continuum.io/miniconda/
like https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh,
unpack and install it locally. It was tested on macOS and Linux ok, but will
fail on Windows (patches welcome).
@deeplook
deeplook / COVID-19.ipynb
Last active March 19, 2020 22:06
COVID-19 dynamics plot
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.