2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-04-18 14:10:26 +08:00
Jeremy Tuloup bf1530f1b6
Add devcontainer support, backed by pixi ()
* Add pixi based devcontainer

* Update devcontainer.json

* update pixi deps

* fixes

* tweaks

* add start task

* lint

* Mention codespaces in the contributing guide

* add install command

* tweaks

* fix

* fix

* update contributing
2025-03-11 22:10:21 +01:00

24 lines
248 B
Plaintext

node_modules
**/build
**/lib
**/node_modules
**/mock_packages
**/static
**/typings
**/schemas
**/themes
coverage
*.map.js
*.bundle.js
app/index.template.js
# jetbrains IDE stuff
.idea/
# ms IDE stuff
.history/
.vscode/
# Pixi environments
.pixi