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 April 16, 2024 13:37
Big List of Jupyter Projects you can try on Binder
@jtpio
jtpio / README.md
Created April 16, 2024 13:36
Jupyter Notebook 7.2 on Binder

Jupyter Notebook 7.2 on Binder

Jupyter Notebook Logo

@jtpio
jtpio / ast_visitor_template.py
Last active April 15, 2024 10:31
Template for visiting all Python AST nodes
"""
All the methods were generated based on the list of nodes from the
"Green Tree Snakes" guide:
https://greentreesnakes.readthedocs.io/en/latest/index.html
"""
import ast
class Visitor(ast.NodeVisitor):
@jtpio
jtpio / README.md
Created April 10, 2024 06:21
JupyterLab 4.2 on Binder

JupyterLab 4.2 on Binder

Binder

@jtpio
jtpio / README.md
Last active March 21, 2024 17:43
JupyterLab 4.0 in French 🇫🇷 🥖 🥐

JupyterLab 4.0 in French on Binder 🇫🇷 🥖 🥐

Binder

Features

  • French Language Pack enabled 🇫🇷

image

@jtpio
jtpio / README.md
Last active March 14, 2024 18:47
Jupyter Notebook v7 on Binder

Jupyter Notebook 7 on Binder

Jupyter Notebook Logo

@jtpio
jtpio / README.md
Last active March 14, 2024 17:28
JupyterLab 4.1 on Binder

JupyterLab 4.1 on Binder

Binder

@jtpio
jtpio / README.md
Last active February 26, 2024 15:08
Jupyter Notebook 7 with RTC on Binder

Jupyter Notebook v7 with Real-Time Collaboration on Binder

Jupyter Notebook Logo

@jtpio
jtpio / README.md
Last active February 13, 2024 15:34
Jupyter Notebook 7.1 on Binder

Jupyter Notebook 7.1 on Binder

Jupyter Notebook Logo

@jtpio
jtpio / 01_Deno_Intro.ipynb
Last active January 22, 2024 16:52
Deno Jupyter kernel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.