File tree Expand file tree Collapse file tree 2 files changed +26
-4
lines changed
Expand file tree Collapse file tree 2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
1010jupyterlab-night
You can’t perform that action at this time.
0 commit comments