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 December 9, 2022 13:27
Testing using Binder from a gist

Binder Example

Binder

@jtpio
jtpio / README.md
Last active September 30, 2022 13:06
ipywidgets 8.0 on Binder

ipywidgets 8.0 on Binder

Try it on Binder!

Binder

image

@jtpio
jtpio / app.py
Created January 24, 2018 23:17
Dash URL State example
import dash
import dash_core_components as dcc
import dash_html_components as html
from urllib.parse import urlparse, parse_qsl, urlencode
from dash.dependencies import Input, Output
app = dash.Dash()
app.config.suppress_callback_exceptions = True
@jtpio
jtpio / README.md
Last active May 17, 2022 15:46
RetroLab 0.3.21 on Binder

RetroLab 0.3.21 on Binder

RetroLab

@jtpio
jtpio / README.md
Last active April 26, 2022 08:14
NBClassic on Binder

NBClassic on Binder

This example starts nbclassic instead of the Classic Jupyter Notebook as the main server:

image

Try it on Binder!

Binder

@jtpio
jtpio / apt.txt
Last active March 29, 2022 07:31
tmp
htop
vim
nano
gawk
tree
@jtpio
jtpio / README.md
Last active March 1, 2022 13:08
RetroLab 0.4.0a1 on Binder

RetroLab 0.4.0a1 on Binder

RetroLab

@jtpio
jtpio / README.md
Last active February 19, 2022 08:08
JupyterLab 3.3.0rc0 on Binder

JupyterLab 3.3.0rc0 on Binder

Binder

@jtpio
jtpio / lite-badge.svg
Created February 3, 2022 07:22
JupyterLite Badge
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jtpio
jtpio / environment.yml
Last active January 28, 2022 16:37
Reproducible test case for Binder with micromamba: https://github.com/jupyterhub/repo2docker/issues/1131
name: test
channels:
- conda-forge
dependencies:
- python >=3.10,<3.11