-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure jupyter lite. and update the analysis code, so it works wit…
…h pyodide kernel too.
- Loading branch information
Showing
11 changed files
with
17,902 additions
and
55 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
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
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,16 +1,13 @@ | ||
{ | ||
"description": "The jupyter-lite.json file is used to configure the runtime configuration of JupyterLite.", | ||
"jupyter-lite-schema-version": 0, | ||
"jupyter-config-data": { | ||
"appName": "analyse-caesar-cipher", | ||
"disabledExtensions": [ | ||
"@jupyterlab/drawio-extension", | ||
"jupyterlab-kernel-spy", | ||
"jupyterlab-tour" | ||
], | ||
"settingsStorageName": "jupyterlite-analyse-caesar-cipher-storage", | ||
"LiteBuildConfig": { | ||
"ignore_sys_prefix": ["federated_extensions"] | ||
} | ||
} | ||
"description": "The jupyter-lite.json file is used to configure the runtime configuration of JupyterLite.", | ||
"jupyter-lite-schema-version": 0, | ||
"jupyter-config-data": { | ||
"appName": "analyse-caesar-cipher", | ||
"disabledExtensions": [ | ||
"@jupyterlab/drawio-extension", | ||
"jupyterlab-kernel-spy", | ||
"jupyterlab-tour" | ||
], | ||
"settingsStorageName": "jupyterlite-analyse-caesar-cipher-storage" | ||
} | ||
} |
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,9 @@ | ||
{ | ||
"description": "This file is used to configure the build time configuration of JupyterLite.", | ||
"LiteBuildConfig": { | ||
"contents": [ | ||
"notebooks" | ||
], | ||
"output_dir": "dist" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```sh | ||
wget https://www.gutenberg.org/cache/epub/1787/pg1787.txt -O hamlet.txt | ||
wget https://www.gutenberg.org/cache/epub/47960/pg47960.txt -O romeo_and_juliet.txt | ||
``` |
Oops, something went wrong.