The Jupyter+git problem is now solved · fast.ai
Jupyter notebooks don’t work with git by default. With nbdev2, the Jupyter+git problem has been totally solved. It provides a set of hooks which provide clean git diffs, solve most git conflicts automatically, and ensure that any remaining conflicts can be resolved entirely within the standard Jupyter notebook environment. To get started, follow the directions on Git-friendly Jupyter. Jupyter notebooks are a powerful tool for scientists, engineers, technical writers, students, teachers, and more. They provide an ideal notebook environment for interactively exploring data and code, writing programs, and documenting the results as dashboards, books, or blogs. But when collaborating with others, this ideal environment goes up in smoke. That’s because tools such as git, which are the most popular approaches for asynchronous collaboration, makes notebooks unusable. Literally. Here’s what it looks like if you and a colleague both modify a notebook cell (including, in many cases, simply execu
Redirect
Explore this link on the map →related reading
- GitHub - ekzhang/jute: A native Jupyter notebook frontend with local + remote kernels, reactive cells, and IDE features, implemented in Rust · GitHubgithub.com
- Jupyter - 维基百科,自由的百科全书zh.wikipedia.org
- GitHub - PradyumnaKrishna/Colab-Hacks: Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks. · GitHubgithub.com
- llm-wiki · GitHubgist.github.com
- GitHub · Change is constant. GitHub keeps you ahead. · GitHubgithub.com
- Cookbookcookbook.openai.com
- GitBookapp.gitbook.com
- GitHub - karpathy/autoresearch: AI agents running research on single-GPU nanochat training automatically · GitHubgithub.com
- Git Guides - git push · GitHubgithub.com
- GitHub - harvardnlp/annotated-transformer: An annotated implementation of the Transformer paper. · GitHubgithub.com
- GitHub - swyxio/ai-notes: notes for software engineers getting up to speed on new AI developments. Serves as datastore for https://latent.space writing, and product brainstorming, but has cleaned up canonical references under the /Resourcesgithub.com
- Practical Deep Learning for Coders - 1: Getting startedcourse.fast.ai