Commit 5a81b50
Add Pixi setup (#613)
* Build: Add pixi configuration for development environment
- Initialize pixi with pyproject format (integrated into pyproject.toml)
- Add jupyterlab, yarn, and nodejs dependencies
- Enables jlpm for building JavaScript/TypeScript code
- Lock file for reproducible builds
- Update .gitignore for pixi artifacts
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Docs: Update development setup instructions for pixi
- Add pixi as recommended development environment setup
- Update all commands to use 'pixi run' prefix
- Fix watch command to use 'npm run watch' instead of 'jlpm watch'
- Keep conda/mamba instructions as alternative
- Clarify that pixi handles both Python and Node.js dependencies
- Add note about matplotlib requiring compiled dependencies
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Docs: Streamline development setup instructions
- Assume JupyterLab by default (most common workflow)
- Include watch mode commands in initial setup
- Simplify "How to see your changes" section
- Move classic notebook setup to end as optional
- Group commands more logically
- Remove redundant explanations
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Build: Add .yarn/ and package-lock.json to .gitignore
- Ignore .yarn/ directory (yarn cache and plugins)
- Ignore package-lock.json (npm lock file)
- These are build artifacts that shouldn't be committed
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Build: Add test optional dependencies for pixi
Add pytest and nbval as optional test dependencies to enable
reproducible test environments with pixi.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 57e6053 commit 5a81b50
4 files changed
+3113
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | | - | |
| 91 | + | |
89 | 92 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
102 | 112 | | |
103 | 113 | | |
104 | | - | |
105 | | - | |
| 114 | + | |
106 | 115 | | |
107 | 116 | | |
108 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
109 | 122 | | |
110 | | - | |
| 123 | + | |
111 | 124 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
116 | 128 | | |
117 | 129 | | |
118 | 130 | | |
119 | 131 | | |
120 | | - | |
| 132 | + | |
121 | 133 | | |
122 | | - | |
| 134 | + | |
123 | 135 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 136 | + | |
130 | 137 | | |
131 | | - | |
| 138 | + | |
132 | 139 | | |
133 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
134 | 144 | | |
135 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
0 commit comments