| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
- 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>
- 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>
- 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>
- 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>
There was a problem hiding this comment.
Thanks! No strong opinion on this myself. As long as we don't force devs to use something I'm good 👍🏽
Sorry, something went wrong.
|
will push a few changes I've found necesary now that im using this. then will merge |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
adds a pixi setup to make it easier to get a working dev env.
I also find that pixi plays much more nicely with coding agents than conda/mamba
I didn't add the lock file as I think it's mostly bloat for the development pattern of this repo. I'd also like to look into removing yarn.lock as a bloat (hasn't been udpated in 2 years)
🤖 changes are by claude fully directed by me