https://github.com/quansight/straight-forward-git
Simple git actions with notebooks.
https://github.com/quansight/straight-forward-git
Last synced: 5 months ago
JSON representation
Simple git actions with notebooks.
- Host: GitHub
- URL: https://github.com/quansight/straight-forward-git
- Owner: Quansight
- License: bsd-3-clause
- Created: 2019-09-04T20:35:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T19:26:23.000Z (almost 7 years ago)
- Last Synced: 2026-01-19T22:57:22.814Z (6 months ago)
- Language: Makefile
- Homepage: https://mybinder.org/v2/gh/Quansight/straight-forward-git/master
- Size: 164 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyterlab-simple-git
Simplified git extension for Jupyterlab.
## Prerequisites
- JupyterLab
## Installation
```bash
$ pip install jupyterlab_simple_git
$ jupyter labextension install jupyterlab-simple-git
```
## Development
For a development install, do the following in the repository directory:
```bash
$ make init
$ make install
$ npm run build
$ jupyter labextension link .
```
To rebuild the package and the JupyterLab app:
```bash
$ npm run build
$ jupyter lab build
```
## Editors
- This repository uses [EditorConfig][editorconfig] to maintain consistent coding styles between different editors and IDEs, including [browsers][editorconfig-chrome].
[editorconfig]: http://editorconfig.org/
[editorconfig-chrome]: https://chrome.google.com/webstore/detail/github-editorconfig/bppnolhdpdfmmpeefopdbpmabdpoefjh?hl=en-US