[PR #2561] [MERGED] New Script: Jupyter Notebook #3824

Closed
opened 2026-02-26 13:34:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2561
Author: @Dave-code-creater
Created: 2/22/2025
Status: Merged
Merged: 2/24/2025
Merged by: @tremor021

Base: mainHead: jupyternotebook


📝 Commits (7)

  • 9dca09c Add jupyter notebook script, install script and json
  • a7443ad Add jupyter notebook script, install script and json
  • 7e1d523 Update jupyternotebook.sh
  • b07669e Update jupyternotebook-install.sh
  • 0d8f4bb Update jupyternotebook.sh
  • dc03a12 Update jupyternotebook-install.sh
  • 364ebfa Update jupyternotebook.json

📊 Changes

3 files changed (+133 additions, -0 deletions)

View changed files

ct/jupyternotebook.sh (+42 -0)
install/jupyternotebook-install.sh (+52 -0)
json/jupyternotebook.json (+39 -0)

📄 Description

✍️ Description

Added three files for Jupyter Notebook support:

  • jupyternotebook.sh (container creation script)
  • jupyternotebook-install.sh (installation script)
  • jupyternotebook.json (JSON data for the app)

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)

N/A


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2561 **Author:** [@Dave-code-creater](https://github.com/Dave-code-creater) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `jupyternotebook` --- ### 📝 Commits (7) - [`9dca09c`](https://github.com/community-scripts/ProxmoxVE/commit/9dca09cf3fc9cc3132cd8850f01bca93dfb2b1fc) Add jupyter notebook script, install script and json - [`a7443ad`](https://github.com/community-scripts/ProxmoxVE/commit/a7443ad76714da9d562f017368a533bbd09d8ab4) Add jupyter notebook script, install script and json - [`7e1d523`](https://github.com/community-scripts/ProxmoxVE/commit/7e1d52350cce0804f3c59528f9cc7c4fab3dc8e7) Update jupyternotebook.sh - [`b07669e`](https://github.com/community-scripts/ProxmoxVE/commit/b07669e42227d88da556d4d0d294d7edc1acb4a6) Update jupyternotebook-install.sh - [`0d8f4bb`](https://github.com/community-scripts/ProxmoxVE/commit/0d8f4bb3e2639aa638481f5bdeb139edb1994625) Update jupyternotebook.sh - [`dc03a12`](https://github.com/community-scripts/ProxmoxVE/commit/dc03a1251a1f6a9c54e6c8f8d9c4ec79d7e1ebbc) Update jupyternotebook-install.sh - [`364ebfa`](https://github.com/community-scripts/ProxmoxVE/commit/364ebfaab6b01816d1f358b44826ad982f20a7bd) Update jupyternotebook.json ### 📊 Changes **3 files changed** (+133 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/jupyternotebook.sh` (+42 -0) ➕ `install/jupyternotebook-install.sh` (+52 -0) ➕ `json/jupyternotebook.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> Added three files for Jupyter Notebook support: - **jupyternotebook.sh** (container creation script) - **jupyternotebook-install.sh** (installation script) - **jupyternotebook.json** (JSON data for the app) ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [X] 🆕 **New script** – A fully functional and tested script or script set. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:34:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3824
No description provided.