-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport notebook changes from main branch (#4846)
* Bumped forge config file to commit hash 638047f in mooc notebooks (#4818) * Update docs nnotebooks to point to d9f6cb8 forge config (#4823) --------- Co-authored-by: Mohameth François SY <[email protected]>
- Loading branch information
Showing
4 changed files
with
37 additions
and
13 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
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
25 changes: 25 additions & 0 deletions
25
docs/src/main/paradox/docs/getting-started/notebooks/file-to-resource-mapping.hjson
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
type: DataDownload | ||
contentSize: | ||
{ | ||
unitCode: f"bytes" | ||
value: x._bytes | ||
} | ||
digest: | ||
{ | ||
algorithm: x._digest._algorithm | ||
value: x._digest._value | ||
} | ||
encodingFormat: x._mediaType | ||
name: x._filename | ||
contentUrl: x._self | ||
atLocation: | ||
{ | ||
type: Location | ||
store: | ||
{ | ||
id: x._storage["@id"] | ||
} | ||
location: x._location if '_location' in x else None | ||
} | ||
} |
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