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
@fcollonval
fcollonval / README.md
Last active February 8, 2023 13:56
JupyterLab with Jupyter Server >=2.0.0

JupyterLab with Jupyter Server >=2.0.0 on Binder

Binder

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bollwyvl
bollwyvl / nbconvert-in-jupyterlite.ipynb
Last active July 28, 2023 17:21
nbconvert in jupyterlite
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jtpio
jtpio / README.md
Last active April 16, 2024 13:37
Big List of Jupyter Projects you can try on Binder
@hbcarlos
hbcarlos / README.md
Last active October 26, 2022 08:55 — forked from jtpio/README.md
JupyterLab latest

JupyterLab RTC test

Binder

Features

  • Real Time Collaboration enabled

rtc-demo

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bollwyvl
bollwyvl / pyolite - contents.ipynb
Last active April 2, 2022 18:28
Accessing JupyterLite contents from pyolite
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hamelsmu
hamelsmu / binder.yaml
Created May 20, 2020 21:37
Label your pull requests with mybinder.org links. This allows collaborators to view your files in a Jupyter Notebook environment with correct dependencies without cloning or building your repo.
name: Binder
on:
pull_request:
types: [opened, reopened]
jobs:
Create-Binder-Badge:
runs-on: ubuntu-latest
steps:
@raysan5
raysan5 / custom_game_engines_small_study.md
Last active April 23, 2024 13:41
A small state-of-the-art study on custom engines

CUSTOM GAME ENGINES: A Small Study

a_plague_tale

A couple of weeks ago I played (and finished) A Plague Tale, a game by Asobo Studio. I was really captivated by the game, not only by the beautiful graphics but also by the story and the locations in the game. I decided to investigate a bit about the game tech and I was surprised to see it was developed with a custom engine by a relatively small studio. I know there are some companies using custom engines but it's very difficult to find a detailed market study with that kind of information curated and updated. So this article.

Nowadays lots of companies choose engines like Unreal or Unity for their games (or that's what lot of people think) because d

@deeplook
deeplook / camera_state.ipynb
Last active April 25, 2019 08:28
Save/restore ipyvolume camera state
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.