Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 0667496

Browse files
committed
Archive
1 parent e8a9280 commit 0667496

File tree

1 file changed

+5
-84
lines changed

1 file changed

+5
-84
lines changed

README.md

Lines changed: 5 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,6 @@
1-
# jupyterlite-xeus-sqlite-kernel
1+
# xeus-sqlite-kernel
22

3-
[![Github Actions Status](https://github.com/jupyterlite/xeus-sqlite-kernel/workflows/Build/badge.svg)](https://github.com/jupyterlite/xeus-sqlite-kernel/actions/workflows/build.yml)
4-
5-
A SQLite kernel for JupyterLite running in the browser.
6-
7-
![jupyterlite-xeus-sqlite-kernel](https://user-images.githubusercontent.com/591645/151932680-5e568933-6e95-44aa-b34d-ff5c4f877559.png)
8-
9-
## Requirements
10-
11-
- JupyterLite >= 0.1.0a14
12-
13-
## Install
14-
15-
To install the extension, execute:
16-
17-
```bash
18-
pip install jupyterlite_xeus_sqlite
19-
```
20-
21-
Then build your JupyterLite site:
22-
23-
```bash
24-
jupyter lite build
25-
```
26-
27-
## Uninstall
28-
29-
To remove the extension, execute:
30-
31-
```bash
32-
pip uninstall jupyterlite_xeus_sqlite
33-
```
34-
35-
## Usage
36-
See the xeus-sqlite documentation: https://xeus-sqlite.readthedocs.io/en/latest/
37-
38-
39-
## Contributing
40-
41-
### Development install
42-
43-
Note: You will need NodeJS to build the extension package.
44-
45-
The `jlpm` command is JupyterLab's pinned version of
46-
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
47-
`yarn` or `npm` in lieu of `jlpm` below.
48-
49-
```bash
50-
# Clone the repo to your local environment
51-
# Change directory to the jupyterlite_xeus_sqlite directory
52-
# Install package in development mode
53-
python -m pip install -e .
54-
55-
# Link your development version of the extension with JupyterLab
56-
jupyter labextension develop . --overwrite
57-
58-
# Rebuild extension Typescript source after making changes
59-
jlpm run build
60-
```
61-
62-
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
63-
64-
```bash
65-
# Watch the source directory in one terminal, automatically rebuilding when needed
66-
jlpm run watch
67-
# Run JupyterLab in another terminal
68-
jupyter lab
69-
```
70-
71-
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
72-
73-
### Development uninstall
74-
75-
```bash
76-
pip uninstall jupyterlite_xeus_sqlite
77-
```
78-
79-
In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
80-
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
81-
folder is located. Then you can remove the symlink named `jupyterlite-xeus-sqlite` within that folder.
82-
83-
### Packaging the extension
84-
85-
See [RELEASE](RELEASE.md)
3+
> ⚠️
4+
> xeus-sqlite-kernel is DEPRECATED.
5+
> Please use https://github.com/jupyterlite/xeus.
6+
> See [the migration guide for xeus-python](https://xeus-python-kernel.readthedocs.io/en/latest/migration.html), which is similar to migrate from xeus-sqlite-kernel to jupyterlite-xeus.

0 commit comments

Comments
 (0)