projects icon indicating copy to clipboard operation
projects copied to clipboard

Sample projects using Ploomber.

Results 13 projects issues
Sort by recently updated
recently updated
newest added

[This notebook](https://raw.githubusercontent.com/ploomber/projects/master/guides/cloud-notebooks-user-guide/notebooks/input-data.ipynb?utm_source=ploomber&utm_medium=blog&utm_campaign=cloud-notebooks-gui) breaks on PythonCallable deprecated ValueError.

A few times on Slack, we've been asked how to pass variables from one task to the next one. Typical use cases are runtime parameters (for example, doing feature selection...

good first issue
low priority
hacktoberfest

On running this pipeline: https://github.com/ploomber/projects/tree/master/templates/etl , got the following error: ``` PatoolError: patool can not unpack patool error: error extracting ../ploomber/templates/etl/output/data.7z: could not find an executable program to extract format...

hacktoberfest

It will make it easier to understand which template someone wants to use

documentation
good first issue
hacktoberfest

All of the templates should have a plot showing how the pipeline looks like

good first issue
hacktoberfest

our environment.yml have blank spaces. like this: https://github.com/ploomber/projects/blob/master/templates/mlflow/environment.yml we should remove them

good first issue
hacktoberfest

some examples are still in the jupytext light format, but we should move them to py percent ```python # %% 1 + 1 ``` We can use the jupytext cli...

good first issue
low effort

A user reported an error when running ml-basic on windows (https://github.com/ploomber/ploomber/issues/870) we're only testing our examples on Linux. we should add windows as well. I don't think mac is necessary...

enhancement
low priority

we've a nice feature that allows tracking changes in external files: https://ploomber.readthedocs.io/en/latest/api/spec.html?highlight=resources_#tasks-params-resources it'd be great to have a short example (a pipeline with a single task) showing how it works....

good first issue

Some of the notebooks are still based on pygraphviz (plotting via Ipython Image): ``` from IPython.display import Image Image(filename='pipeline.png') ``` We should fix that to the new mechanism (D3), and...