Skip to content

Commit

Permalink
Merge pull request #3 from Exabyte-io/feature/SOF-7232
Browse files Browse the repository at this point in the history
Feature/SOF-7232
  • Loading branch information
VsevolodX committed Feb 1, 2024
2 parents 583a998 + a0e04f0 commit 9918f13
Show file tree
Hide file tree
Showing 34 changed files with 45 additions and 6,312 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "content/api-examples"]
path = content/api-examples
url = git@github.com:Exabyte-io/api-examples.git
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ JupyterLite deployed as a static site to GitHub Pages, for demo purposes.

JupyterLite is being tested against modern web browsers:

- Firefox 90+
- Chromium 89+
- Firefox 90+
- Chromium 89+

## Deploy your JupyterLite website on GitHub Pages

Expand All @@ -25,14 +25,21 @@ Check out the guide on the JupyterLite documentation: https://jupyterlite.readth

For more info, keep an eye on the JupyterLite documentation:

- How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html
- Reference: https://jupyterlite.readthedocs.io/en/latest/reference/index.html
- How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html
- Reference: https://jupyterlite.readthedocs.io/en/latest/reference/index.html

## Additional Notes

From Team Mat3ra:

- `data_bridge` extensions is built using the `setup.sh`
- pass `INSTALL=1 BUILD=1` to also build and install the jupyter lite with extension
- `requirements.txt` is updated as part of the above to include the extension
- requires `pyenv` and `npm` installed
- `data_bridge` extensions is built using the `setup.sh`
- pass `INSTALL=1 BUILD=1` to also build and install the jupyter lite with extension
- `requirements.txt` is updated as part of the above to include the extension
- requires `pyenv` and `npm` installed

- content is populated with:

```shell
cd content
git clone https://github.com/exabyte-io/api-examples.git api-examples
```
1 change: 1 addition & 0 deletions content/api-examples
Submodule api-examples added at 56f980
1 change: 0 additions & 1 deletion content/data/Museums_in_DC.geojson

This file was deleted.

54 changes: 0 additions & 54 deletions content/data/bar.vl.json

This file was deleted.

8 changes: 0 additions & 8 deletions content/data/fasta-example.fasta

This file was deleted.

151 changes: 0 additions & 151 deletions content/data/iris.csv

This file was deleted.

Binary file removed content/data/matplotlib.png
Binary file not shown.
86 changes: 0 additions & 86 deletions content/javascript.ipynb

This file was deleted.

Loading

0 comments on commit 9918f13

Please sign in to comment.