You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/6_extra.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,10 @@ Steps to Yank a version of your Python Package:
84
84
85
85
You can read more about Yanking [here](https://docs.pypi.org/project-management/yanking/) and related PEP 592 specification [here](https://peps.python.org/pep-0592/).
86
86
87
+
## Further Reading
88
+
89
+
1.[Reproducible Machine Learning Workflows for Scientists with Pixi](https://proceedings.scipy.org/articles/nwuf8465)
90
+
87
91
::::::::::::::::::::::::::::::::::::: keypoints
88
92
- Define tasks such as `start` in your `pixi.toml` or `pyproject.toml`.
89
93
- Use `pixi run <task-name>` to execute those tasks.
0 commit comments