Skip to content

Commit 8da689b

Browse files
committed
Add JupyLite — Jupyter Notebook viewer
1 parent 3bf158f commit 8da689b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

apps/jupylite/jupylite-icon.png

137 KB
Loading

apps/jupylite/jupylite.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: JupyLite
2+
description:
3+
'Lightweight Jupyter Notebook viewer with multi-tab support, syntax
4+
highlighting, and three themes.'
5+
website: 'https://jupylite.msjahid.me'
6+
category: 'Developer Tools'
7+
repository: 'https://github.com/msjahid/jupylite'
8+
keywords:
9+
- jupyter
10+
- notebook
11+
- ipynb
12+
- viewer
13+
- python
14+
- data-science
15+
- machine-learning
16+
- developer-tools
17+
- productivity
18+
- cross-platform
19+
license: 'MIT'
20+
snapcraftName: 'jupylite'
21+
youtube_video_url: 'https://www.youtube.com/watch?v=vhXH52sU3nM'
22+
screenshots:
23+
- imageUrl: 'https://raw.githubusercontent.com/msjahid/jupylite-docs/refs/heads/main/images/Light_theme.png'
24+
caption: 'Light theme — single notebook view with TOC sidebar'
25+
- imageUrl: 'https://raw.githubusercontent.com/msjahid/jupylite-docs/refs/heads/main/images/Multi-Tab.png'
26+
caption: 'Multi-tab — open multiple notebooks as tabs'
27+
- imageUrl: 'https://raw.githubusercontent.com/msjahid/jupylite-docs/refs/heads/main/images/Rosepine_theme.png'
28+
caption: 'Rosé Pine dark theme with syntax highlighting'
29+
- imageUrl: 'https://raw.githubusercontent.com/msjahid/jupylite-docs/refs/heads/main/images/Dark_theme.png'
30+
caption: 'Dark theme with blue accents'
31+
- imageUrl: 'https://raw.githubusercontent.com/msjahid/jupylite-docs/refs/heads/main/images/Font_settings.png'
32+
caption: 'Font settings — customize app, code, and UI font'
33+
locales:
34+
- en-US

0 commit comments

Comments
 (0)