Skip to content

Commit

Permalink
Update jupyter-lite.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wxcuop authored Jul 3, 2024
1 parent 00b84e3 commit b254244
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,27 @@
"lineNumbers": true
}
}
},
"litePluginSettings": {
"@jupyterlite/pyolite-kernel-extension:plugin": {
"pipliteUrls": [
"https://cdn.jsdelivr.net/npm/@deathbeds/[email protected]/dist/piplite.js"
],
"requirements": [
"perspective-python",
"ipyregulartable"
]
},
"@jupyterlite/pyolite-kernel-extension:kernel": {
"kernelSettings": {
"registerRuntime": true
}
}
}
},
"jupytext": {
"formats": "ipynb,py:percent",
"default_notebook_metadata_filter": "-all",
"default_cell_metadata_filter": "-all"
},
}
}

0 comments on commit b254244

Please sign in to comment.