-
Notifications
You must be signed in to change notification settings - Fork 517
App Submission: jupyterlab #3942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Mr-Sunglasses
wants to merge
7
commits into
getumbrel:master
Choose a base branch
from
Mr-Sunglasses:app/jupiter-notebook
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7f4bedb
feat: Package jupyterlab for umbrel
Mr-Sunglasses d96807f
Update docker-compose.yml
Mr-Sunglasses 8ebae1e
fix: remove newline
Mr-Sunglasses 51ff9fb
fix: PR number
Mr-Sunglasses 4ad325c
fix: remove newline
Mr-Sunglasses c5b2c5e
Update jupyterlab/docker-compose.yml
Mr-Sunglasses c9b6596
Update jupyterlab/umbrel-app.yml
Mr-Sunglasses File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| services: | ||
| app_proxy: | ||
| environment: | ||
| APP_HOST: jupyterlab_server_1 | ||
| APP_PORT: 8888 | ||
| PROXY_AUTH_ADD: "false" | ||
|
|
||
| server: | ||
| image: quay.io/jupyter/base-notebook:latest@sha256:929c9adc94c4ad2b729e5b0dbddd3677c36c4ab6391d6e58b6e666c39aa65673 | ||
| user: "1000:1000" | ||
| volumes: | ||
| - ${APP_DATA_DIR}/data:/home/jovyan/work | ||
| command: start-notebook.py --NotebookApp.token=${APP_PASSWORD} | ||
| restart: on-failure | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| manifestVersion: 1 | ||
| id: jupyterlab | ||
| category: developer | ||
| name: JupyterLab | ||
| version: "929c9adc" | ||
Mr-Sunglasses marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| tagline: Next-generation web interface for interactive computing and data science | ||
| description: >- | ||
| JupyterLab is a next-generation web-based user interface for Project Jupyter. | ||
|
|
||
|
|
||
| It enables you to work with documents and activities such as Jupyter notebooks, text editors, terminals, and custom components in a flexible, integrated, and extensible manner. You can arrange multiple documents and activities side by side in the work area using tabs and splitters. | ||
|
|
||
|
|
||
| Key features and workflows include: | ||
| - Code Consoles for interactive code execution and linking to a notebook kernel. | ||
| - Kernel-backed documents that allow code in any text file (Markdown, Python, LaTeX) to be run interactively. | ||
| - Mirrored cell outputs for simple dashboards. | ||
| - Multiple views of documents with different editors or viewers (e.g., live preview of Markdown or CSV). | ||
| - A unified model for viewing and handling data formats (images, CSV, JSON, PDF, Vega, etc.). | ||
| - Customizable keyboard shortcuts and an extensible architecture. | ||
|
|
||
|
|
||
| JupyterLab uses the same notebook document format as the classic Jupyter Notebook. | ||
| releaseNotes: "" | ||
| developer: jupyterlab | ||
| website: https://jupyterlab.readthedocs.io/en/latest/ | ||
| repo: https://github.com/jupyterlab/jupyterlab | ||
| support: https://github.com/jupyterlab/jupyterlab/issues | ||
| port: 8899 | ||
| dependencies: [] | ||
| gallery: [] | ||
| path: "" | ||
| deterministicPassword: true | ||
| submitter: Kanishk Pachauri | ||
| submission: https://github.com/getumbrel/umbrel-apps/pull/3942 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.