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
Is your feature request related to a problem? Please describe.
A lot of DS want a notebook to get started with, not a python script -- these can be too intimidating.
Describe the solution you'd like
We should make sure our examples all have a jupyter notebook to mirror the "run.py" file. That way people can see how things are exercised and then they can use a notebook to try things out.
E.g. we want each example to have a notebook kind of like the hello world example.
This issue is for the data_loaders example.
The text was updated successfully, but these errors were encountered:
Adds notebook to show data loader example.
* Notebook for data loaders example
* Markdown cells for overview of notebook
* Notebook for data loaders example
* Including cell to module magic for the modules
used. Implementing newer builder pattern and
addition of further docummentation using markdown
cells.
* Updates notebook to remove extra imports
---------
Co-authored-by: Stefan Krawczyk <stefan@dagworks.io>
Is your feature request related to a problem? Please describe.
A lot of DS want a notebook to get started with, not a python script -- these can be too intimidating.
Describe the solution you'd like
We should make sure our examples all have a jupyter notebook to mirror the "run.py" file. That way people can see how things are exercised and then they can use a notebook to try things out.
E.g. we want each example to have a notebook kind of like the hello world example.
This issue is for the
data_loaders
example.The text was updated successfully, but these errors were encountered: