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

JupyterLab 2.x on Binder

Binder

@jtpio
jtpio / README.md
Last active July 7, 2020 13:33
ipympl example

ipympl example

Binder

@jtpio
jtpio / environment.yml
Created July 13, 2020 13:17
OpenCV Binder
name: opencv-example
channels:
- conda-forge
dependencies:
- ipympl
- ipywidgets
- jupyterlab=2
- matplotlib
- nbresuse
- numpy
@jtpio
jtpio / README.md
Last active July 22, 2020 20:59
@jupyterlab/debugger without xeus-python

@jupyterlab/debugger without xeus-python

Binder

@jtpio
jtpio / Dockerfile
Last active October 1, 2020 13:35
JupyterCon Rapids
FROM quantstack/jupytercon-rapids-test