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
* bump up the version
* copying over the items from platform-demo
* minor edits to the self-hosting-demo
* Update README.md
* Update README.md
* update demo notebook tagging
* Add tutorials to docs
* first attempt at the github action. flood gates will open after MJL finishes his copy
* also copy our favourite tutorial for the same treatment as other demos.
* Add artifact store file for main PR (#798)
* Update and reorganize RTD docs (#795)
* Move intro text to pipeline's TOC section
* Reorganize RTD pages related to artifact storage
* Add a new section on using existing artifacts
* Update index.rst
minor change
* Update index.rst
minor tweaks
* Update s3.rst
minor tweak
* Update s3.rst
@yoonspark let me know if this modification makes sense
* Fix typos; remove duplacate doc
* For Postgres and S3, make clearer distinction between storing artifact values vs. metadata
* Add phrasing suggested by MMA
Co-authored-by: Moustafa AbdelBaky <[email protected]>
* Add mkdir step before cp (#799)
* Lin 621 migrate everything from demos repo to lineapy examples (#794)
* Copy demos repo stories
* Exclude self-hosting-lineapy notebooks from CI
* Use zip artifact store file
* Skip cell due to bugs in pandas
Only happen in python 3.10, so not going to force updating pandas version in requirements.
Related pandas-dev/pandas#41935
Co-authored-by: Humble bot servant <[email protected]>
* Add tutorials to docs
* Lin 621 cleanup nbval prefix (#800)
* Fix mkdir demos error and remove NBVAL_prefix in demos notebooks
* Exclude notebooks in demos from CI
* Modify a comment to trigger demo copy (#803)
* Modify a comment
* Add tutorials to docs
Co-authored-by: Humble bot servant <[email protected]>
* get rid of is_demo. es confuso
* add lineapy install at the top.
* Add tutorials to docs
* load lineapy as an extension.
* Add tutorials to docs
* refresh all the tags and rebuild demos.
* Add tutorials to docs
* two actions were competing with each other. arranging for both demos and docs folder to sync together and commit only once (might need to merge into main for this to work)
* add explicit image for colab
* Refresh demos folder and update docs
* start using lineapy/main images for colab
* Refresh demos folder and update docs
* remove references to demos repo from readme.
* remnove the referrences to binder. update bitly link for api basics.
* Refresh demos folder and update docs
* update links pointing to demos repo back to lineapy.
* delete unused files inside docs
* move demos folder to be .colab
* Update the bitly links
* bump up version to 0.2.1
* demos was renamed.
Co-authored-by: Moustafa <[email protected]>
Co-authored-by: dorx <[email protected]>
Co-authored-by: Humble bot servant <[email protected]>
Co-authored-by: Mingjer Lee <[email protected]>
Co-authored-by: Sangyoon Park <[email protected]>
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab"/>
25
25
</a>
26
-
<a href="https://bit.ly/3MyW8RW">
27
-
<img src="https://mybinder.org/badge_logo.svg" alt="Open in Binder"/>
28
-
</a>
29
26
</div>
30
27
</div>
31
28
@@ -67,7 +64,7 @@ One way to deal with this problem is to keep the notebook in sequential operatio
67
64
the entire notebook during development. However, we soon realize that this interrupts our natural workflows and stream of
68
65
thoughts, decreasing our productivity. Therefore, it is much more common to clean up the notebook after development. This is a very time-consuming process and is not immune from reproducibility issues caused by deleting cells and out-of-order cell executions.
69
66
70
-
To see how LineaPy can help here, check out [this](https://github.com/LineaLabs/demos/blob/main/story/clean_up_a_messy_notebook/clean_up_a_messy_notebook.ipynb) demo or <ahref="https://bit.ly/3NMffcb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open in Colab"/></a>, <ahref="https://bit.ly/3O5iJ9H"><imgsrc="https://mybinder.org/badge_logo.svg"alt="Open in Binder"/></a>.
67
+
To see how LineaPy can help here, check out [this](https://github.com/LineaLabs/lineapy/blob/v0.2.x/.colab/clean_up_a_messy_notebook/clean_up_a_messy_notebook.ipynb) demo or <ahref="https://bit.ly/3SuC4nm"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open in Colab"/></a>.
71
68
72
69
### Use Case 2: Revisiting Previous Work
73
70
@@ -83,7 +80,7 @@ Or, the person may no longer be in the organization with no proper handover of t
83
80
In any of these cases, it becomes extremely difficult to identify the root of the issue, which may render the result
84
81
unreliable and even unusable.
85
82
86
-
To see how LineaPy can help here, check out [this](https://github.com/LineaLabs/demos/blob/main/story/discover_and_trace_past_work/discover_and_trace_past_work.ipynb) demo or <ahref="https://bit.ly/3GEYM7c"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open in Colab"/></a>, <ahref="https://bit.ly/3H9DG14"><imgsrc="https://mybinder.org/badge_logo.svg"alt="Open in Binder"/></a>.
83
+
To see how LineaPy can help here, check out [this](https://github.com/LineaLabs/lineapy/blob/v0.2.x/.colab/discover_and_trace_past_work/discover_and_trace_past_work.ipynb) demo or <ahref="https://bit.ly/3fsA9RL"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open in Colab"/></a>.
87
84
88
85
### Use Case 3: Building Pipelines
89
86
@@ -96,7 +93,7 @@ orchestration systems or job schedulers (e.g., cron, Apache Airflow, Prefect). O
96
93
what they are and how to work with them. If not, we need to spend time learning about them in the first place.
97
94
All this operational work involves time-consuming, manual labor, which means less time for us to spend on our core duties as a data scientist.
98
95
99
-
To see how LineaPy can help here, check out [this](https://github.com/LineaLabs/demos/blob/main/story/create_a_simple_pipeline/create_a_simple_pipeline.ipynb) demo or <ahref="https://bit.ly/3x4YOkq"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open in Colab"/></a>, <ahref="https://bit.ly/3mCG47e"><imgsrc="https://mybinder.org/badge_logo.svg"alt="Open in Binder"/></a>.
96
+
To see how LineaPy can help here, check out [this](https://github.com/LineaLabs/lineapy/blob/v0.2.x/.colab/create_a_simple_pipeline/create_a_simple_pipeline.ipynb) demo or <ahref="https://bit.ly/3SJewuO"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open in Colab"/></a>.
0 commit comments