Skip to content

Instantly share code, notes, and snippets.

View jtpio's full-sized avatar
🌳
Keep it simple

Jeremy Tuloup jtpio

🌳
Keep it simple
View GitHub Profile
@jtpio
jtpio / environment.yml
Created November 6, 2019 19:59
ipycanvas - Game of Life
name: ipycanvas
channels:
- conda-forge
dependencies:
- branca
- ipycanvas
- voila
@jtpio
jtpio / README.md
Last active December 29, 2019 07:24
@jupyterlab/debugger

@jupyterlab/debugger

Binder

@jtpio
jtpio / README.md
Last active January 9, 2020 12:04
Voilà Starter Pack

Voilà Starter Pack

Binder

Local Install

git clone https://gist.github.com/jtpio/56dcf19d07d304cfcd534f7e00e3d865 voila-starter-pack
cd voila-starter-pack/
@jtpio
jtpio / README.md
Last active January 17, 2020 12:10
JupyterLab 2.0 beta

JupyterLab 2.0 Beta

Binder

@jtpio
jtpio / README.md
Last active February 3, 2020 12:44
JupyterHub + Dockerspawner + Named server + Multiple images

Local JupyterHub with DockerSpawner and multiple images

A test config for running JupyterHub locally with:

  • DockerSpawner as a spawner
  • named servers enabled

named-servers-images

@jtpio
jtpio / README.md
Last active February 27, 2020 17:28
JupyterHub + Traefik as a proxy

JupyterHub + Traefik

Sample configuration for running JupyterHub locally with Traefik as a proxy.

Setup

conda env create
conda activate jhub-traefik
@jtpio
jtpio / README.md
Last active January 8, 2024 00:39
p5.js Sketch in a Jupyter Notebook

p5.js Sketch in a Jupyter Notebook

Binder

@jtpio
jtpio / requirements.txt
Created March 6, 2020 08:16
The Littlest JupyterHub - Extra Hub Requirements
dockerspawner
jhub_cas_authenticator
@jtpio
jtpio / README.md
Last active April 22, 2020 17:30
JupyterLab 2.x on Binder

JupyterLab 2.x on Binder

Binder

@jtpio
jtpio / environment.yml
Created April 20, 2020 11:09
JupyterLab 2.0 on Binder
name: jupyterlab-2
channels:
- conda-forge
dependencies:
- jupyterlab=2.0
- nodejs