Jupyter Sandbox and other updates#459
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis PR updates instructor documentation across multiple areas: expands Jupyter sandbox configuration details, corrects language extension references, adds new changelog entries for 2026 features, removes legacy AWS Cloud Learning documentation, and eliminates an outdated upload limit warning. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
There was a problem hiding this comment.
Actionable comments posted: 5
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@source/instructors/admin/sandboxes.rst`:
- Line 106: Replace the inline code-style label `Create Sandbox` with the same
bold UI-label formatting used elsewhere (e.g., change `Create Sandbox` to
**Create Sandbox**) so it matches the surrounding UI action styling like **New
Collection**; update the text containing "Create Sandbox" accordingly in the
instructors/admin/sandboxes.rst content.
- Around line 65-68: Update the note text in the sandbox documentation block to
read: "There is a 15-minute cooldown period between sandbox launches." Replace
the current sentence that uses "in between Sandbox launches" with this wording
to fix casing and tighten phrasing in the .. note:: section.
- Around line 167-170: The "Required" column entry for the cloud_account field
is inconsistent: change the lowercase "optional" to a capitalized "Optional" in
the cloud_account documentation entry so it matches the other entries; locate
the cloud_account table row (the block showing ``cloud_account`` and its
attributes) and update the "Required" value to "Optional".
In `@source/instructors/authoring/guides/freeze_code.rst`:
- Line 31: The single-line extension block in
source/instructors/authoring/guides/freeze_code.rst (the long space-separated
list of extensions like .c .cpp .java .py ...) is hard to scan; break it into a
multi-line format by replacing that single-line literal with either a bullet
list (one extension per line or grouped by language family) or a fenced/indented
code literal block showing one extension per line, keeping the exact extensions
intact and preserving reStructuredText formatting so readers can quickly find
entries.
In `@source/instructors/getstarted/support/changelog.rst`:
- Line 24: The February 2026 changelog entry `[I] [24th]`: "Improved the way we
we detect an internet connection." contains a duplicated word; edit the entry
(the line starting with `[I] [24th]`) to remove the extra "we" so it reads
"Improved the way we detect an internet connection." and save the updated
source/instructors/getstarted/support/changelog.rst.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 27ed1230-114f-4a13-9c20-e17b01bf1518
⛔ Files ignored due to path filters (1)
source/img/sandbox_create.pngis excluded by!**/*.png,!**/*.png
📒 Files selected for processing (5)
source/instructors/admin/sandboxes.rstsource/instructors/authoring/guides/freeze_code.rstsource/instructors/getstarted/support/changelog.rstsource/instructors/setupcourses/awscloudlearning.rstsource/instructors/setupcourses/common-storage.rst
💤 Files with no reviewable changes (2)
- source/instructors/setupcourses/awscloudlearning.rst
- source/instructors/setupcourses/common-storage.rst
LolaValente
left a comment
There was a problem hiding this comment.
I just have one comment with the note box directly under the important box at the start of the page. Would recommend moving to the bottom of the "Key Concepts" table. Not a big deal and is ok either way :)
Summary by CodeRabbit
Documentation
New Features
Bug Fixes