A server extension for JupyterLab's git extension
Project description
jupyterlab-git
A JupyterLab extension for version control using git
Prerequisites
- JupyterLab
Usage
- Open the git extension from the Git tab on the left panel
Install
jupyter labextension install @jupyterlab/git
pip install jupyterlab-git
jupyter serverextension enable --py jupyterlab_git
Development
Contributing
If you would like to contribute to the project, please read our contributor documentation.
JupyterLab follows the official Jupyter Code of Conduct.
Install
Requires node 4+ and npm 4+
# Clone the repo to your local environment
git clone https://github.com/jupyterlab/jupyterlab-git.git
cd jupyterlab-git
# Install dependencies
npm install # or yarn
# Build Typescript source
npm run build # or yarn build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
npm run build # or yarn build
pip install .
jupyter serverextension enable --py jupyterlab_git
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyterlab_git-0.1.2.tar.gz.
File metadata
- Download URL: jupyterlab_git-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f52fdb2cf24d3575094a5cf64aed5cef065f01648fd639ade6a2390971c1a31
|
|
| MD5 |
2e9cc4494ae52f0c20dd6f9d4a6deb73
|
|
| BLAKE2b-256 |
5773840fc1626f782b6105325fcedc24f5ddf54dbb76813298c1e0e9ebdf9aa8
|
File details
Details for the file jupyterlab_git-0.1.2-py3-none-any.whl.
File metadata
- Download URL: jupyterlab_git-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d6cd0ab42578d7fc551ef93bbca2b0d09e044ee7ac4b65ade7df45ffa4e123e
|
|
| MD5 |
628ee62ba73e4ac53d1a5f6bc7d10960
|
|
| BLAKE2b-256 |
39c07c101bd5a12566d9753b33acc5514fcdd86ae24772c12b32c21f87b09198
|