Skip to content

Commit b8245f5

Browse files
authored
Merge pull request #163 from jahn96/master
Clean up repo
2 parents c041cd2 + d7f9b5a commit b8245f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+14
-1236
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ eggs/
3131
lib/
3232
lib64/
3333
parts/
34+
dist/
3435
sdist/
3536
var/
3637
wheels/
@@ -112,4 +113,8 @@ dmypy.json
112113

113114
# End of https://www.gitignore.io/api/python
114115

115-
snippets/
116+
117+
# Jupyter Stuff
118+
jupyterlab-code-snippets/
119+
_temp_extension/
120+
yarn.lock

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Save, reuse, and share code snippets using JupyterLab Code Snippets
44

5-
![Github Actions Status](https://github.com/jupytercalpoly/jupyterlab-code-snippets/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [![npm version](https://badge.fury.io/js/jupyterlab-code-snippets.svg)](https://badge.fury.io/js/jupyterlab-code-snippets 'View this project on npm') [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-code-snippets-documentation/badge/?version=latest)](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest)
5+
![Github Actions Status](https://github.com/jupytercalpoly/jupyterlab-code-snippets/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [![npm version](https://badge.fury.io/js/jupyterlab-code-snippets.svg)](https://badge.fury.io/js/jupyterlab-code-snippets 'View this project on npm') [![PyPI version](https://badge.fury.io/py/jupyterlab-code-snippets.svg)](https://badge.fury.io/py/jupyterlab-code-snippets) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-code-snippets-documentation/badge/?version=latest)](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest)
66

77
This extension is a derivative of [Elyra](https://github.com/elyra-ai/elyra)'s original design and further developed by Jupyter Cal Poly Team.
88

@@ -20,11 +20,15 @@ for the frontend extension.
2020
- JupyterLab >= 3.0
2121

2222
## Install
23+
2324
Install using jupyter:
25+
2426
```bash
2527
jupyter labextension install jupyterlab-code-snippets
2628
```
29+
2730
Install using pip:
31+
2832
```bash
2933
pip install jupyterlab-code-snippets
3034
```
@@ -78,7 +82,9 @@ Now every change will be built locally and bundled into JupyterLab. Be sure to r
7882
```bash
7983
jupyter labextension uninstall jupyterlab-code-snippets
8084
```
85+
8186
OR
87+
8288
```bash
8389
pip uninstall jupyterlab-code-snippets
8490
```

_temp_extension/.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

_temp_extension/.eslintrc.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

_temp_extension/.github/workflows/build.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

_temp_extension/.gitignore

Lines changed: 0 additions & 112 deletions
This file was deleted.

_temp_extension/.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

_temp_extension/.prettierrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

_temp_extension/LICENSE

Lines changed: 0 additions & 28 deletions
This file was deleted.

_temp_extension/MANIFEST.in

Lines changed: 0 additions & 24 deletions
This file was deleted.

_temp_extension/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

_temp_extension/binder/environment.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)