Skip to main content

A server extension for JupyterLab's git extension

Project description

# jupyterlab-kyso

## Prerequisites

* JupyterLab 0.34 or more
* A Kyso account

## Installation

Check your version of Jupyterlab using the following command

```bash
jupyter-lab --version
0.35.2
```

### JupyterLab 0.35 or above

To install this extension into JupyterLab (requires node 5 or later), do the following:

```bash
jupyter labextension install @kyso/jupyterlab
```

### Jupyter 0.34

```bash
jupyter labextension install @kyso/jupyterlab@jupyterlab-0.34.9
```

Note, this version just lets you publish to kyso, you can't download project from kyso to your JupyterLab instance.

## Development

For a development install, do the following in the repository directory:

```bash
yarn
yarn run build
jupyter labextension install . --no-build
yarn run watch
```

```bash
# and in another shell
jupyter lab --watch
```

## Deployment


To publish the client side extension:

```
npm publish
```

To publish the server side extension:

```

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kyso_jupyterlab-0.4.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page