Skip to content

Commit e1f9da9

Browse files
committed
try latest kernel
1 parent ca23abd commit e1f9da9

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

content/random-graph.ipynb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"%pip install -q pythreejs\n",
10+
"%pip install -q compas --no-deps\n",
11+
"%pip install -q compas_notebook --no-deps"
12+
]
13+
}
14+
],
15+
"metadata": {
16+
"language_info": {
17+
"name": "python"
18+
}
19+
},
20+
"nbformat": 4,
21+
"nbformat_minor": 2
22+
}

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.4.1
3-
jupyterlab~=4.2.5
4-
notebook~=7.2.2
2+
jupyterlite-core==0.5.0
3+
jupyterlab~=4.3.4
4+
notebook~=7.3.2
55

66
# Python kernel (optional)
7-
jupyterlite-pyodide-kernel==0.4.2
7+
jupyterlite-pyodide-kernel==0.5.0
88

99
# JupyterLab: dark theme
1010
jupyterlab-night

0 commit comments

Comments
 (0)