Jupyt AI - Intelligent Assistant for Jupyter Notebooks
Project description
Jupyt
Jupyt is an intelligent assistant built on top of Jupyter Notebooks.
Prerequisites
- Node.js >= 16
- Python >= 3.8
- JupyterLab >= 4.0
- python3-full (for Ubuntu/Debian systems)
How to run on your system
# Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install required packages
pip install jupyterlab==4.2.7
pip install -e .
(for ubuntu add --break-system-packages)
Then activate that environment in another terminal
1. In your first terminal:
```bash
# Watch for source changes and rebuild automatically
jlpm watch
- In a second terminal:
# Run JupyterLab
jupyter lab
When you make changes to source files:
- Save your changes
- Wait for the rebuild message in the first terminal
- Refresh your JupyterLab browser window
Testing
# Run tests
jlpm test
# Run linting
jlpm lint
Project Structure
FOLDER STRUCTURE:
- src: All the code files for the extension
- style: The css for the codebase
- lib: The build converted into javascript
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
jupyt_ai-0.1.0.tar.gz
(264.0 kB
view details)
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
jupyt_ai-0.1.0-py3-none-any.whl
(272.0 kB
view details)
File details
Details for the file jupyt_ai-0.1.0.tar.gz.
File metadata
- Download URL: jupyt_ai-0.1.0.tar.gz
- Upload date:
- Size: 264.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae6bb8708921f24b33dcf1c3db8229f4fed850b3dc37991fb3b2a78ce6f956e0
|
|
| MD5 |
c41dbb340b5e265feb8a8c9fd6853044
|
|
| BLAKE2b-256 |
9f14b908bb250006df5a91e2f8fcbe3a0debdb98b4046ee15bac0227da74a9ab
|
File details
Details for the file jupyt_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jupyt_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 272.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61fbdfc3bb6908c69ce19cec2677c0d83005151567288962b1bc5609c8c9b475
|
|
| MD5 |
5db81d501cb73bc28a89b1890e18d063
|
|
| BLAKE2b-256 |
6c3e529cfeb15f7ea2790462930c149cd9e15a4e7ed332fe1aa24be60f39f639
|