Skip to content

Instantly share code, notes, and snippets.

View antoinetavant's full-sized avatar

Antoine Tavant antoinetavant

View GitHub Profile
@antoinetavant
antoinetavant / GitCommitEmoji.md
Last active November 18, 2020 12:57 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@antoinetavant
antoinetavant / fish_shell_local_install.sh
Last active July 3, 2018 08:57 — forked from masih/fish_shell_local_install.sh
Installs Fish Shell without root access
#!/bin/bash
# Script for installing Fish Shell on systems without root access.
# Fish Shell will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
FHISH_SHELL_VERSION=2.7.0
import traitlets
from IPython.display import display
from ipywidgets import widgets
from tkinter import Tk, filedialog
class SelectFilesButton(widgets.Button):
"""A file widget that leverages tkinter.filedialog."""
def __init__(self, *args, **kwargs):