Skip to content

Commit 6db613c

Browse files
authored
Merge pull request #55 from jtpio/alpha-23
Update to `jupyterlite==0.1.0a23`
2 parents 64e44aa + 5b1d674 commit 6db613c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Upload (dist)
2929
uses: actions/upload-artifact@v2
3030
with:
31-
name: jupyterlite-demo dist ${{ github.run_number }}
31+
name: jupyterlite-demo-dist-${{ github.run_number }}
3232
path: ./_output
3333

3434
deploy:
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/[email protected]
4141
- uses: actions/download-artifact@v2
4242
with:
43-
name: jupyterlite-demo dist ${{ github.run_number }}
43+
name: jupyterlite-demo-dist-${{ github.run_number }}
4444
path: ./dist
4545
- name: Deploy
4646
uses: JamesIves/[email protected]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JupyterLite Demo
22

3+
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/demo)
4+
35
JupyterLite deployed as a static site to GitHub Pages, for demo purposes.
46

57
## ✨ Try it in your browser ✨

repl/jupyter-lite.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"jupyter-lite-schema-version": 0,
3+
"jupyter-config-data": {
4+
"disabledExtensions": [
5+
"@jupyterlab/drawio-extension",
6+
"jupyterlab-kernel-spy",
7+
"jupyterlab-tour"
8+
]
9+
}
10+
}
11+

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jupyterlab-fasta>=3,<4
1111
jupyterlab-geojson>=3,<4
1212
jupyterlab-tour
1313
jupyterlab_miami_nights
14-
jupyterlite==0.1.0a22
14+
jupyterlite==0.1.0a23
1515
jupyterlite-p5-kernel==0.1.0a12
1616
jupyterlite-xeus-lua==0.2.0
1717
jupyterlite-xeus-wren==0.1.2

0 commit comments

Comments
 (0)