-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Featured notebooks from computational thinking
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,22 +1,33 @@ | ||
export default { | ||
// check out https://github.com/JuliaPluto/pluto-developer-instructions/blob/main/How%20to%20update%20the%20featured%20notebooks.md to learn more | ||
sources: [ | ||
// 1: pluto featured notebooks | ||
{ | ||
// 1a: pluto featured notebooks from plutojl.org, this is preffered | ||
id: "featured pluto", | ||
url: "https://featured.plutojl.org/pluto_export.json", | ||
// this is one month before the expiry date of our domain registration at njal.la | ||
valid_until: "2025-10", | ||
id: "featured pluto", | ||
}, | ||
{ | ||
// 1b: backup for the featured notebooks from jsdelivr, in case the live version (1a) does not work. The "id" is used for this. | ||
id: "featured pluto", | ||
url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@v5/pluto_export.json", | ||
integrity: "sha256-+zI9b/gHEIJGV/DrckBY85hkxNWGIewgYffkAkEq4/w=", | ||
}, | ||
{ | ||
// 2: featured notebooks from plutojl.org | ||
id: "pluto website", | ||
url: "https://plutojl.org/pluto_export.json", | ||
// this is one month before the expiry date of our domain registration at njal.la | ||
valid_until: "2025-10", | ||
id: "pluto website", | ||
}, | ||
{ | ||
// 3: featured notebooks from computational thinkin | ||
id: "computational thinking", | ||
url: "https://computationalthinking.mit.edu/Fall24/pluto_export.json", | ||
// this is one month before the expiry date of our domain registration at njal.la | ||
valid_until: "2025-10", | ||
}, | ||
], | ||
} |